Spaces:
Sleeping
Sleeping
added root path
Browse files- app/main.py +2 -1
app/main.py
CHANGED
|
@@ -7,7 +7,8 @@ from app.chatbot.prod_routes import router as prod_router
|
|
| 7 |
app = FastAPI(
|
| 8 |
title="Chatbot Platform - Demo Ingestion",
|
| 9 |
description="Handles Tally form ingestion and demo chatbot configuration.",
|
| 10 |
-
version="1.0.0"
|
|
|
|
| 11 |
)
|
| 12 |
|
| 13 |
@app.get("/")
|
|
|
|
| 7 |
app = FastAPI(
|
| 8 |
title="Chatbot Platform - Demo Ingestion",
|
| 9 |
description="Handles Tally form ingestion and demo chatbot configuration.",
|
| 10 |
+
version="1.0.0",
|
| 11 |
+
root_path="/chatbot_platform"
|
| 12 |
)
|
| 13 |
|
| 14 |
@app.get("/")
|