Skip to content

Commit

Permalink
privacy policy path
Browse files Browse the repository at this point in the history
  • Loading branch information
feargswalsh92 committed Sep 16, 2023
1 parent 41b60e3 commit 8527475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async def legal_page():
return await send_file('legal.html', mimetype='text/html')

@app.get("/privacy_policy")
async def legal_page():
async def privacy_policy():
return await send_file('privacy_policy.html', mimetype='text/html')


Expand Down

0 comments on commit 8527475

Please sign in to comment.