Skip to content

Commit

Permalink
Revert qa killswitch url
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierPineau committed Nov 6, 2023
1 parent f653a79 commit 3df7734
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ enum class AppEnvironment(
"https://api.mirego.com/graphql",
iOSSpecific = PlatformSpecific(
killSwitchAPIKey = "", // Replace with your own killSwitchAPIKey
killSwitchUrl = "https://mirego-killswitch-qa.herokuapp.com/killswitch"
killSwitchUrl = "https://killswitch.mirego.com/killswitch"
),
androidSpecific = PlatformSpecific(
killSwitchAPIKey = "", // Replace with your own killSwitchAPIKey
killSwitchUrl = "https://mirego-killswitch-qa.herokuapp.com/killswitch"
killSwitchUrl = "https://killswitch.mirego.com/killswitch"
)
),
PRODUCTION(
Expand Down

0 comments on commit 3df7734

Please sign in to comment.