diff --git a/app/routes.py b/app/routes.py index 0860245..1cf56a3 100644 --- a/app/routes.py +++ b/app/routes.py @@ -179,7 +179,6 @@ def search(): return render_template('search.html', form = form, config=config) @app.route('/u/') -@app.route('/') @login_required def u(username): form = EmptyForm()