diff --git a/octomode.py b/octomode.py index e024ca6..a0358e2 100755 --- a/octomode.py +++ b/octomode.py @@ -112,7 +112,7 @@ def index(): else: return render_template('start.html', pad_url=APP.config['PAD_URL']) -@APP.route('/') +@APP.route('//') def main(name): return redirect(f"/{ name }/pad")