Skip to content

Commit

Permalink
fix: drop ACDH_IMPRINT_URL
Browse files Browse the repository at this point in the history
its a variable of the `webpage` module which is not a dependency
anymore. also, the default should be used.
  • Loading branch information
b1rger committed Sep 1, 2023
1 parent 3ff788e commit 1f43725
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apis_acdhch_default_settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@

SHARED_URL = "https://shared.acdh.oeaw.ac.at/"

ACDH_IMPRINT_URL = (
"https://shared.acdh.oeaw.ac.at/acdh-common-assets/api/imprint.php?serviceID="
)

PROJECT_NAME = "apis"
PROJECT_SHARED = "https://shared.acdh.oeaw.ac.at/apis/"
PROJECT_DEFAULT_MD = {
Expand Down

0 comments on commit 1f43725

Please sign in to comment.