Skip to content

Commit

Permalink
root_path
Browse files Browse the repository at this point in the history
  • Loading branch information
wbornor committed Jan 1, 2024
1 parent 4870300 commit ddf6a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from app.repository.items import ItemsRepository
from app.routers.items import ItemsRouter

app = FastAPI()
app = FastAPI(root_path="/Prod")

lambda_handler = Mangum(app, lifespan="off")

Expand Down

0 comments on commit ddf6a4b

Please sign in to comment.