mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-07-27 15:54: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:
3
powerdnsadmin/services/base.py
Normal file
3
powerdnsadmin/services/base.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from authlib.flask.client import OAuth
|
||||
|
||||
authlib_oauth_client = OAuth()
|
Reference in New Issue
Block a user