pvanand commited on
Commit
d4ebc98
·
verified ·
1 Parent(s): 90ca14a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -84,7 +84,7 @@ async def optimize_resume(
84
  app.mount("/static", StaticFiles(directory="static"), name="static")
85
 
86
  # Add a route for serving the HTML file
87
- @app.get("/resume-optimizer", response_class=HTMLResponse)
88
  async def serve_resume_optimizer():
89
  with open("static/resume-optimizer.html", "r") as file:
90
  content = file.read()
 
84
  app.mount("/static", StaticFiles(directory="static"), name="static")
85
 
86
  # Add a route for serving the HTML file
87
+ @app.get("/", response_class=HTMLResponse)
88
  async def serve_resume_optimizer():
89
  with open("static/resume-optimizer.html", "r") as file:
90
  content = file.read()