Skip to content

Commit 8b7cf83

Browse files
authored
Merge pull request #273 from marshad96/patch-1
Update drf_urls.py
2 parents 80adc32 + 9613730 commit 8b7cf83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_auth_adfs/drf_urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111

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

0 commit comments

Comments
 (0)