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 78dec8a commit ab0c44c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backoffice/config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@
"APP": {
"client_id": env("ORCID_CLIENT_ID", default=""),
"secret": env("ORCID_CLIENT_SECRET", default=""),
},
"BASE_DOMAIN": "sandbox.orcid.org"
"key":""
}
}
}

Expand Down
1 change: 0 additions & 1 deletion backoffice/config/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
# Static file serving when using Gunicorn + Uvicorn for local web socket development
urlpatterns += staticfiles_urlpatterns()


# API URLS
urlpatterns += [
# API base url
Expand Down

0 comments on commit ab0c44c

Please sign in to comment.