4.21.3
This commit is contained in:
5
app/app/auth/base.py
Normal file
5
app/app/auth/base.py
Normal file
@ -0,0 +1,5 @@
|
||||
from flask import Blueprint
|
||||
|
||||
auth_bp = Blueprint(
|
||||
name="auth", import_name=__name__, url_prefix="/auth", template_folder="templates"
|
||||
)
|
||||
Reference in New Issue
Block a user