Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -9381,9 +9381,9 @@ public class swiftApi { | ... | @@ -9381,9 +9381,9 @@ public class swiftApi { |
9381 | public func getMarketPassMapUrl() -> String { | 9381 | public func getMarketPassMapUrl() -> String { |
9382 | let appUuid = swiftApi().getAppUuid() | 9382 | let appUuid = swiftApi().getAppUuid() |
9383 | if (appUuid == "f83dfde1145e4c2da69793abb2f579af") { | 9383 | if (appUuid == "f83dfde1145e4c2da69793abb2f579af") { |
9384 | - return "https://dev.supermarketdeals.eu/map" | 9384 | + return "https://magenta-dev.supermarketdeals.eu/map" |
9385 | } else { | 9385 | } else { |
9386 | - return "https://supermarketdeals.eu/map" | 9386 | + return "https://magenta.supermarketdeals.eu/map" |
9387 | } | 9387 | } |
9388 | } | 9388 | } |
9389 | 9389 | ... | ... |
-
Please register or login to post a comment