Skip to content

Commit

Permalink
Update drf_urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marshad96 authored Feb 9, 2023
1 parent 896d65b commit 9613730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_auth_adfs/drf_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@

urlpatterns = [
re_path(r'^login$', views.OAuth2LoginView.as_view(), name='login'),
re_path(r'^logout$', views.OAuth2LogoutView.as_view(), name='logout'),
]

0 comments on commit 9613730

Please sign in to comment.