From 496de8cf4e9f24e15f7e135dd1181fc91719d4d9 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 13 Sep 2019 22:05:29 -0400 Subject: nfsw/auth.py: Remove 'auth' prefix for this blueprint. --- nfsw/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nfsw/auth.py') 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(): -- cgit v1.2.3