We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad1695 commit b77d8b3Copy full SHA for b77d8b3
1 file changed
main.py
@@ -46,7 +46,7 @@
46
47
version_time = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
48
app = FastAPI(title="WENIV EDU API", description="WENIV EDU API", version=version_time,
49
- openapi_url="/openapi.json", docs_url="/docs", redoc_url="/redoc",)
+ openapi_url="/openapi.json", docs_url="/docs", redoc_url="/redoc",root_path="/services/fastapi-crud")
50
51
app.add_middleware(
52
CORSMiddleware,
0 commit comments