vip11017 commited on
Commit
16e4623
·
1 Parent(s): f7867c7

added root path

Browse files
Files changed (1) hide show
  1. 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("/")