Skip to content

Commit d134c77

Browse files
authored
fix(ingestor-api-handler): fix docs endpoint (#82)
1 parent b276168 commit d134c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ingestor-api/runtime/src/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
from .main import app
88

9-
handler = Mangum(app, lifespan="off")
9+
handler = Mangum(app, lifespan="off", api_gateway_base_path=app.root_path)

0 commit comments

Comments
 (0)