refactor: breaking bad
This commit is contained in:
@@ -4,5 +4,6 @@ from flask import Blueprint
|
||||
core_app = Blueprint("core", __name__, template_folder="templates", static_folder="static")
|
||||
|
||||
|
||||
from .views_api import * # noqa
|
||||
from .views import * # noqa
|
||||
from .views.api import * # noqa
|
||||
from .views.generic import * # noqa
|
||||
from .views.lnurl import * # noqa
|
||||
|
||||
Reference in New Issue
Block a user