Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1338 | temp enabling oidc endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Aug 1, 2022
1 parent 296ee2a commit 6be9848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

urlpatterns = [
path('', RootView.as_view(), name='root'),
path('oidc/', include('mozilla_django_oidc.urls')),
path('version/', APIVersionView.as_view(), name='api-version'),
path('changelog/', ChangeLogView.as_view(), name='changelog'),
path('feedback/', FeedbackView.as_view(), name='feedback'),
Expand Down

0 comments on commit 6be9848

Please sign in to comment.