Created base database controller and user database controller to allow for initial database control
This commit is contained in:
5
controllers/web/__init__.py
Normal file
5
controllers/web/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from flask import Blueprint
|
||||
|
||||
blueprint = Blueprint('endpoints', __name__)
|
||||
|
||||
from . import endpoints
|
||||
Reference in New Issue
Block a user