Development
This commit is contained in:
parent
8303eb5397
commit
a4eb431f22
11 changed files with 744 additions and 1 deletions
|
|
@ -30,6 +30,7 @@ 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 pages.clientcredentials.action import bp as clientcredentials_bp
|
||||
from action_accountlogout import bp as accountlogout_bp
|
||||
from api_apply_health import bp as api_apply_health_bp
|
||||
|
||||
|
|
@ -142,6 +143,7 @@ app.register_blueprint(accountmanage_bp)
|
|||
app.register_blueprint(accountlogout_bp)
|
||||
app.register_blueprint(mdns_bp)
|
||||
app.register_blueprint(radius_bp)
|
||||
app.register_blueprint(clientcredentials_bp)
|
||||
app.register_blueprint(api_apply_health_bp)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue