From eebe1090d375720bac80e5f0f74f91ecc4cd06a1 Mon Sep 17 00:00:00 2001 From: Eden Kirin Date: Thu, 20 Apr 2023 13:07:13 +0200 Subject: [PATCH] External frontend config --- frontend/js/frontend.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/js/frontend.js b/frontend/js/frontend.js index c046149..37159dd 100644 --- a/frontend/js/frontend.js +++ b/frontend/js/frontend.js @@ -1,5 +1,3 @@ -const FAIRHOPPER_WS_SERVER = "ws://localhost:8011"; - const BOARD_ICONS = { PLAYER: "😀", PLAYER_ON_DESTINATION: "😎",