Skip to content

Commit

Permalink
fix: updated default url production to the correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
guifry committed Jan 11, 2024
1 parent f8a0a97 commit 4689bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions consent_api/config/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ class DEV:


class STAGING:
DEFAULT_CONSENT_API_ORIGIN = "https://gds-single-consent-staging.app/"
DEFAULT_CONSENT_API_ORIGIN = "https://gds-single-consent-staging.app"
DEFAULT_OTHER_SERVICE_ORIGIN = ""


class PROD:
DEFAULT_CONSENT_API_ORIGIN = ""
DEFAULT_CONSENT_API_ORIGIN = "https://consent-api-bgzqvpmbyq-nw.a.run.app"
DEFAULT_OTHER_SERVICE_ORIGIN = ""

0 comments on commit 4689bcf

Please sign in to comment.