summaryrefslogtreecommitdiffstats
path: root/nfsw/auth.py
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-09-13 22:05:29 -0400
committerrsiddharth <s@ricketyspace.net>2019-09-13 22:05:29 -0400
commit496de8cf4e9f24e15f7e135dd1181fc91719d4d9 (patch)
tree681177bb8045545e152c0c0de56a2a2a6b439e0b /nfsw/auth.py
parent83fead5b03a14251cae3a5cd4eb625efea05c437 (diff)
nfsw/auth.py: Remove 'auth' prefix for this blueprint.
Diffstat (limited to 'nfsw/auth.py')
-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():