aniudupa commited on
Commit
2f5e3d5
·
verified ·
1 Parent(s): 3bf964b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ app = FastAPI()
26
  router = APIRouter()
27
 
28
  # Include the router in the app
29
- app.include_router(router)
30
 
31
  bot_name = "LawGPT"
32
 
 
26
  router = APIRouter()
27
 
28
  # Include the router in the app
29
+ app.include_router(router, prefix="/lawgpt")
30
 
31
  bot_name = "LawGPT"
32