Moved blueprints to /blueprints/

This commit is contained in:
2026-02-23 13:35:24 +00:00
parent 52db1c3d9b
commit aa1ceb7739
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Runs in debug mode if ran directly.
import flask
from static import staticBP
from blueprints.static import staticBP
app = flask.Flask(__name__, static_folder='./www/')
app.register_blueprint(staticBP)