diff --git a/websitepart.py b/websitepart.py index 010c02e..25421b6 100644 --- a/websitepart.py +++ b/websitepart.py @@ -66,6 +66,8 @@ def verifycert(): @app.route('/') def catch_all(path): + if path == '': + return flask.redirect('https://halhadus.rocks') if not path == 'musicstatus.html' or not path == 'verifykey': return flask.redirect(f'https://halhadus.rocks/{path}')