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