upgrade deps
Some checks failed
Build and Publish / BuildAndDeploy (push) Failing after 3m25s
Build and Publish / BuildAndDeployAmd64 (push) Failing after 31s

This commit is contained in:
matst80
2025-10-10 07:21:50 +00:00
parent 4c973b239f
commit 2697832d98
7 changed files with 294 additions and 141 deletions

View File

@@ -16,7 +16,10 @@ func getBaseUrl(country string) string {
if country == "no" {
return "http://s10n-no.s10n:8080"
}
return "http://s10n-se.s10n:8080"
if country == "se" {
return "http://s10n-se.s10n:8080"
}
return "http://localhost:8082"
}
func FetchItem(sku string, country string) (*index.DataItem, error) {