diff --git a/main.py b/main.py index c7c5a16..696e18d 100644 --- a/main.py +++ b/main.py @@ -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')