mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-07-26 07:14:17 +00:00
Reverting a bad change I made to remove a deprecated feature that is removed in Flask 2.3.
This commit is contained in:
@@ -46,7 +46,7 @@ index_bp = Blueprint('index',
|
|||||||
url_prefix='/')
|
url_prefix='/')
|
||||||
|
|
||||||
|
|
||||||
@index_bp.record_once
|
@index_bp.before_app_first_request
|
||||||
def register_modules():
|
def register_modules():
|
||||||
global google
|
global google
|
||||||
global github
|
global github
|
||||||
|
Reference in New Issue
Block a user