Skip to content

Commit

Permalink
wss
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNisnevich committed Mar 13, 2024
1 parent cf080b2 commit 9d1a5e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Kalevala.elm
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ processClick signal =
{- Path to a Voluspa game server
(see https://github.com/neunenak/voluspa-server) -}
server : String
server = "ws://209.38.174.55:22000"
server = "wss://kalevalagame.com"

{- Encodes an Action as a JSON string -}
encode : Action -> String
Expand Down
2 changes: 1 addition & 1 deletion elm.js
Original file line number Diff line number Diff line change
Expand Up @@ -6692,7 +6692,7 @@ Elm.Kalevala.make = function (_elm) {
0,
$Serialize.action(action));
};
var server = "ws://209.38.174.55:22000";
var server = "wss://kalevalagame.com";
var constructAction = F5(function (clickType,
seed,
mousePos,
Expand Down

0 comments on commit 9d1a5e6

Please sign in to comment.