Skip to content

Commit 208ceb9

Browse files
fix: remove /api as root path.
1 parent 9a0cea7 commit 208ceb9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/src/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def create_app() -> FastAPI:
4040
exception_handlers = {RequestValidationError: validation_exception_handler}
4141

4242
app = FastAPI(
43-
root_path="/api",
4443
title="Template FastAPI React",
4544
version="1.3.0", # x-release-please-version
4645
description=description_md,

0 commit comments

Comments
 (0)