continued hidden refactor

This commit is contained in:
Xevion
2019-10-03 22:18:47 -05:00
parent 2c2439d140
commit 56ecaedd59
3 changed files with 17 additions and 7 deletions

View File

@@ -16,5 +16,5 @@ db = SQLAlchemy(app)
migrate = Migrate(app, db)
from app import models
from app import routes, simple_routes, hidden, dashboard, custom
from app import routes, simple_routes, hidden, dashboard, ftbhot, custom
app.jinja_env.globals.update(get_hidden=routes.get_hidden)