mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-10 08:09:05 -06:00
first heavy refactor
This commit is contained in:
@@ -16,5 +16,5 @@ db = SQLAlchemy(app)
|
||||
migrate = Migrate(app, db)
|
||||
|
||||
from app import models
|
||||
from app import routes, dashboard, custom
|
||||
from app import routes, simple_routes, hidden, dashboard, custom
|
||||
app.jinja_env.globals.update(get_hidden=routes.get_hidden)
|
||||
Reference in New Issue
Block a user