We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b276168 commit d134c77Copy full SHA for d134c77
lib/ingestor-api/runtime/src/handler.py
@@ -6,4 +6,4 @@
6
7
from .main import app
8
9
-handler = Mangum(app, lifespan="off")
+handler = Mangum(app, lifespan="off", api_gateway_base_path=app.root_path)
0 commit comments