summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nfsw/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfsw/auth.py b/nfsw/auth.py
index f7156d0..3c38c93 100644
--- a/nfsw/auth.py
+++ b/nfsw/auth.py
@@ -13,7 +13,7 @@ from werkzeug.security import (
from nfsw.db import get_db
-bp = Blueprint('auth', __name__, url_prefix='/auth')
+bp = Blueprint('auth', __name__)
@bp.route('start', methods=('GET', 'POST'))
def auth():