Skip to content

Commit

Permalink
Merge pull request #3824 from finnishtransportagency/korjaa-harjan-do…
Browse files Browse the repository at this point in the history
…main-polku

HARJA-1309 - Korjaa /harja/ polun käyttö
  • Loading branch information
K1ll3rF0x authored Feb 6, 2025
2 parents 30d2119 + d3c055b commit 5159342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cljs/harja/asiakas/kommunikaatio.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

(defn vaylapilvi-ymparistossa?
[host]
(#{"harjadev.testivaylapilvi.fi" "harjatest.testivaylapilvi.fi" "harja.vaylapilvi.fi"} host))
(or (str/ends-with? host ".vaylapilvi.fi") (str/ends-with? host ".testivaylapilvi.fi")))

(def +polku+ (let [host (.-host js/location)]
(if (or
Expand Down

0 comments on commit 5159342

Please sign in to comment.