9 lines
191 B
Python
9 lines
191 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from allauth.socialaccount.providers.oauth2.urls import default_urlpatterns
|
|
|
|
from .provider import FeishuProvider
|
|
|
|
|
|
urlpatterns = default_urlpatterns(FeishuProvider)
|