init
This commit is contained in:
5
web/api/blueprint.py
Normal file
5
web/api/blueprint.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from flask import Blueprint
|
||||
|
||||
root = Blueprint('root', __name__, url_prefix='/')
|
||||
#
|
||||
data = Blueprint('data', __name__, url_prefix='/data')
|
Reference in New Issue
Block a user