pvanand commited on
Commit
672c368
·
verified ·
1 Parent(s): 96d3d73

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -1
main.py CHANGED
@@ -116,8 +116,10 @@ app.mount("/static", StaticFiles(directory=static_dir), name="static")
116
  templates = Jinja2Templates(directory="static")
117
 
118
  app.mount("/iresearcher-v3", StaticFiles(directory="static/iresearcher", html=True), name="iresearcher")
119
-
120
  # App1 route
 
 
121
  @app.get("/iresearcher-v2", response_class=HTMLResponse)
122
  async def iresearcher_v2(request: Request):
123
  try:
 
116
  templates = Jinja2Templates(directory="static")
117
 
118
  app.mount("/iresearcher-v3", StaticFiles(directory="static/iresearcher", html=True), name="iresearcher")
119
+ app.mount("/dashboard", StaticFiles(directory="static", html=True), name="mult-agent-auth")
120
  # App1 route
121
+
122
+
123
  @app.get("/iresearcher-v2", response_class=HTMLResponse)
124
  async def iresearcher_v2(request: Request):
125
  try: