Skip to content

Commit

Permalink
Merge pull request #273 from marshad96/patch-1
Browse files Browse the repository at this point in the history
Update drf_urls.py
  • Loading branch information
JonasKs committed Mar 30, 2023
2 parents 80adc32 + 9613730 commit 8b7cf83
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 8b7cf83

Please sign in to comment.