7 lines
162 B
Python
7 lines
162 B
Python
from allauth.socialaccount.providers.oauth2.urls import default_urlpatterns
|
|
|
|
from .provider import ZoomProvider
|
|
|
|
|
|
urlpatterns = default_urlpatterns(ZoomProvider)
|