Manos Chorianopoulos

fix getMarketPassMapUrl urls

......@@ -9381,9 +9381,9 @@ public class swiftApi {
public func getMarketPassMapUrl() -> String {
let appUuid = swiftApi().getAppUuid()
if (appUuid == "f83dfde1145e4c2da69793abb2f579af") {
return "https://dev.supermarketdeals.eu/map"
return "https://magenta-dev.supermarketdeals.eu/map"
} else {
return "https://supermarketdeals.eu/map"
return "https://magenta.supermarketdeals.eu/map"
}
}
......