Skip to content

Commit

Permalink
Refactor & npc HP update
Browse files Browse the repository at this point in the history
  • Loading branch information
ertugrulcetin committed May 30, 2023
1 parent f4a60eb commit cffbb15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions enion-backend/src/clj/enion_backend/routes/home.clj
Original file line number Diff line number Diff line change
Expand Up @@ -1404,10 +1404,11 @@

(defn- get-servers-list [_]
{:status 200
:body {;; "EU-1" {:ws-url "wss://enion-eu-1.fly.dev:443/ws"
;; :stats-url "https://enion-eu-1.fly.dev/stats"}
"EU-2" {:ws-url "wss://enion-eu-2.fly.dev:443/ws"
:stats-url "https://enion-eu-2.fly.dev/stats"}
:body {
"EU-1" {:ws-url "wss://enion-eu-1.fly.dev:443/ws"
:stats-url "https://enion-eu-1.fly.dev/stats"}
;"EU-2" {:ws-url "wss://enion-eu-2.fly.dev:443/ws"
; :stats-url "https://enion-eu-2.fly.dev/stats"}
;; "EU-3" {:ws-url "wss://enion-eu-3.fly.dev:443/ws"
;; :stats-url "https://enion-eu-3.fly.dev/stats"}
;; "BR-1" {:ws-url "wss://enion-br-1.fly.dev:443/ws"
Expand Down
2 changes: 1 addition & 1 deletion enion-cljs/shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
:release {:compiler-options {:source-map true}
:build-options {:ns-aliases {day8.re-frame.tracing day8.re-frame.tracing-stubs}}
:closure-defines {enion-cljs.common/ws-url "wss://enion.fly.dev:443/ws"
enion-cljs.common/api-url "https://enion-eu-2.fly.dev"
enion-cljs.common/api-url "https://enion-eu-1.fly.dev"
goog.DEBUG false}}}
:browser-test {:target :browser-test
:ns-regexp "-test$"
Expand Down

0 comments on commit cffbb15

Please sign in to comment.