mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-07-28 00:04:16 +00:00
Refactoring the code
- Use Flask blueprint - Split model and views into smaller parts - Bug fixes - API adjustment
This commit is contained in:
4
powerdnsadmin/services/__init__.py
Normal file
4
powerdnsadmin/services/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .base import authlib_oauth_client
|
||||
|
||||
def init_app(app):
|
||||
authlib_oauth_client.init_app(app)
|
Reference in New Issue
Block a user