Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
cleanup files
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul committed Sep 24, 2024
1 parent b3d3c64 commit 78dec8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backoffice/config/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from allauth.socialaccount.providers.orcid.views import oauth2_callback, oauth2_login
from allauth.socialaccount.providers.orcid.views import oauth2_login
from django.conf import settings
from django.conf.urls.static import static
from django.contrib import admin
Expand Down Expand Up @@ -33,7 +33,6 @@
# API URLS
urlpatterns += [
# API base url
path("api/oauth/authorized/orcid/", oauth2_callback, name="orcid_callback"),
path("api/", include("config.search_router")),
path("api/", include("config.api_router")),
# DRF auth token
Expand Down

0 comments on commit 78dec8a

Please sign in to comment.