Development
This commit is contained in:
parent
c5b02b1289
commit
6f23a57220
7 changed files with 505 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ from view_page import bp as view_page_bp
|
|||
from pages.actions.action import bp as actions_bp
|
||||
from pages.bannedips.action import bp as bannedips_bp
|
||||
from pages.ddns.action import bp as ddns_bp
|
||||
from pages.dhcp.action import bp as dhcp_bp
|
||||
from pages.dhcpreservations.action import bp as dhcpreservations_bp
|
||||
from pages.dnsblocking.action import bp as dnsblocking_bp
|
||||
from pages.dnsserver.action import bp as dnsserver_bp
|
||||
from pages.hostoverrides.action import bp as hostoverrides_bp
|
||||
|
|
@ -31,7 +31,7 @@ app.register_blueprint(view_page_bp)
|
|||
app.register_blueprint(actions_bp)
|
||||
app.register_blueprint(bannedips_bp)
|
||||
app.register_blueprint(ddns_bp)
|
||||
app.register_blueprint(dhcp_bp)
|
||||
app.register_blueprint(dhcpreservations_bp)
|
||||
app.register_blueprint(dnsblocking_bp)
|
||||
app.register_blueprint(dnsserver_bp)
|
||||
app.register_blueprint(hostoverrides_bp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue