Skip to content

Commit

Permalink
fix(ingestor-api-handler): fix docs endpoint (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
emileten authored Nov 1, 2023
1 parent b276168 commit d134c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ingestor-api/runtime/src/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

from .main import app

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

0 comments on commit d134c77

Please sign in to comment.