pvanand commited on
Commit
6d6fcef
·
verified ·
1 Parent(s): 0a6978c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -0
main.py CHANGED
@@ -115,6 +115,8 @@ app.mount("/static", StaticFiles(directory=static_dir), name="static")
115
  # Set up templates
116
  templates = Jinja2Templates(directory="static")
117
 
 
 
118
  # App1 route
119
  @app.get("/iresearcher-v2", response_class=HTMLResponse)
120
  async def iresearcher_v2(request: Request):
 
115
  # Set up templates
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):