Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -19,5 +19,5 @@ async def lifespan(app: FastAPI):
|
|
| 19 |
|
| 20 |
app = FastAPI(lifespan=lifespan)
|
| 21 |
|
| 22 |
-
app.include_router(location.router, prefix="/location/api/v1")
|
| 23 |
|
|
|
|
| 19 |
|
| 20 |
app = FastAPI(lifespan=lifespan)
|
| 21 |
|
| 22 |
+
app.include_router(location.router, prefix="/location/api/v1", app=app)
|
| 23 |
|