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 9a0cea7 commit 208ceb9Copy full SHA for 208ceb9
api/src/app.py
@@ -40,7 +40,6 @@ def create_app() -> FastAPI:
40
exception_handlers = {RequestValidationError: validation_exception_handler}
41
42
app = FastAPI(
43
- root_path="/api",
44
title="Template FastAPI React",
45
version="1.3.0", # x-release-please-version
46
description=description_md,
0 commit comments