Development
This commit is contained in:
parent
99447b4987
commit
27f2356cd1
10 changed files with 241 additions and 6 deletions
|
|
@ -25,6 +25,7 @@ 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 pages.captiveportal.action import bp as captiveportal_bp
|
||||
from action_accountlogout import bp as accountlogout_bp
|
||||
from api_apply_health import bp as api_apply_health_bp
|
||||
|
||||
|
|
@ -138,6 +139,7 @@ app.register_blueprint(accountlogout_bp)
|
|||
app.register_blueprint(mdns_bp)
|
||||
app.register_blueprint(radius_bp)
|
||||
app.register_blueprint(clientcredentials_bp)
|
||||
app.register_blueprint(captiveportal_bp)
|
||||
app.register_blueprint(api_apply_health_bp)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue