mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-10-14 02:31:58 +00:00
move blueprints in dedicated folder
This commit is contained in:
5
app/blueprints/auth/__init__.py
Normal file
5
app/blueprints/auth/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from flask import Blueprint
|
||||
|
||||
|
||||
bp = Blueprint('auth', __name__)
|
||||
from . import routes
|
Reference in New Issue
Block a user