File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/stac_auth_proxy/middleware Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ class RemoveRootPathMiddleware:
1414 Middleware to remove the base path of the request before it is sent to the upstream
1515 server.
1616
17- IMPORTANT: This middleware must be place early in the middleware chain (ie late in the
18- order of declaration) so that it trims the base_path from the request path before any
19- middleware that may need to use the request path (e.g. EnforceAuthMiddleware).
17+ IMPORTANT: This middleware must be placed early in the middleware chain (ie late in
18+ the order of declaration) so that it trims the base_path from the request path before
19+ any middleware that may need to use the request path (e.g. EnforceAuthMiddleware).
2020 """
2121
2222 app : ASGIApp
You can’t perform that action at this time.
0 commit comments