Development

This commit is contained in:
Matthew Grotke 2026-06-07 20:19:37 -04:00
parent fef78d7115
commit bb07e67d53
4 changed files with 35 additions and 27 deletions

View file

@ -1,5 +1,5 @@
from flask import Flask
from pages.portal.page import bp as portal_bp
from page import bp as portal_bp
app = Flask(__name__)
app.register_blueprint(portal_bp)