Caitlin Blackmore commited on
Commit
0e2395a
·
1 Parent(s): 68ecfd1
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -71,7 +71,7 @@ async def render_job_neighborhoods(request: Request):
71
 
72
  ### find my match ###
73
  # get
74
- @app.get("/find-my-match", response_class=HTMLResponse)
75
  async def match_page(request: Request):
76
  return templates.TemplateResponse('find_my_match.html', context={'request': request})
77
 
 
71
 
72
  ### find my match ###
73
  # get
74
+ @app.get("/find-my-match/", response_class=HTMLResponse)
75
  async def match_page(request: Request):
76
  return templates.TemplateResponse('find_my_match.html', context={'request': request})
77