Rename controller into views.
This commit is contained in:
parent
069fbe8f8e
commit
176cd25eec
@ -19,4 +19,4 @@ from flask import Blueprint
|
|||||||
api = Blueprint('api', __name__)
|
api = Blueprint('api', __name__)
|
||||||
|
|
||||||
# Load all views.
|
# Load all views.
|
||||||
from .controller import *
|
from .views import *
|
||||||
|
Loading…
Reference in New Issue
Block a user