Spaces:
Running
Running
ok
Browse files- app/api/server.py +1 -1
app/api/server.py
CHANGED
|
@@ -60,7 +60,7 @@ def create_application() -> FastAPI:
|
|
| 60 |
allow_headers=["*"],
|
| 61 |
)
|
| 62 |
|
| 63 |
-
app.include_router(api_v1_router, prefix="/v1")
|
| 64 |
|
| 65 |
@app.get("/", include_in_schema=False)
|
| 66 |
async def root():
|
|
|
|
| 60 |
allow_headers=["*"],
|
| 61 |
)
|
| 62 |
|
| 63 |
+
app.include_router(api_v1_router, prefix="/api/v1")
|
| 64 |
|
| 65 |
@app.get("/", include_in_schema=False)
|
| 66 |
async def root():
|