Update app.py
Browse files
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 |
|