Omkar008 commited on
Commit
42f800d
·
verified ·
1 Parent(s): 1a9b7f3

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", app=app)
23
 
 
19
 
20
  app = FastAPI(lifespan=lifespan)
21
 
22
+ app.include_router(location.router, prefix="/location/api/v1")
23