Development
This commit is contained in:
parent
cb4e1933a7
commit
df4632ff41
6 changed files with 51 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ from pages.vpn.action import bp as vpn_bp
|
|||
from pages.accountcreate.action import bp as accountcreate_bp
|
||||
from pages.accountmanage.action import bp as accountmanage_bp
|
||||
from pages.mdns.action import bp as mdns_bp
|
||||
from pages.radius.action import bp as radius_bp
|
||||
from action_accountlogout import bp as accountlogout_bp
|
||||
from api_apply_health import bp as api_apply_health_bp
|
||||
|
||||
|
|
@ -45,6 +46,7 @@ app.register_blueprint(accountcreate_bp)
|
|||
app.register_blueprint(accountmanage_bp)
|
||||
app.register_blueprint(accountlogout_bp)
|
||||
app.register_blueprint(mdns_bp)
|
||||
app.register_blueprint(radius_bp)
|
||||
app.register_blueprint(api_apply_health_bp)
|
||||
|
||||
def _seed_initial_account():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue