Omkar008 commited on
Commit
9c4187a
·
verified ·
1 Parent(s): 50cab85

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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