Resolved issue with invalid import reference.
This commit is contained in:
parent
8df6eefeb7
commit
e8dfc65e6d
@ -1,5 +1,5 @@
|
|||||||
from flask import Blueprint
|
from flask import Blueprint
|
||||||
from api import api_blueprint
|
from .api import api_blueprint
|
||||||
|
|
||||||
mre_blueprint = Blueprint('mre_blueprint',
|
mre_blueprint = Blueprint('mre_blueprint',
|
||||||
__name__,
|
__name__,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user