mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-12-28 14:05:41 +00:00
8ea00b9484
- Use Flask blueprint - Split model and views into smaller parts - Bug fixes - API adjustment
4 lines
97 B
Python
4 lines
97 B
Python
from .base import authlib_oauth_client
|
|
|
|
def init_app(app):
|
|
authlib_oauth_client.init_app(app) |