feat: Update routing and websocket configuration for game state management
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
window.__RUNTIME_CONFIG__ = {
|
||||
API_URL: "http://localhost:9000"
|
||||
API_URL: "http://localhost:9000",
|
||||
WEBSOCKET_API_URL: "ws://localhost:9000/websocket"
|
||||
};
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
window.__RUNTIME_CONFIG__ = {
|
||||
API_URL: "${API_URL}"
|
||||
API_URL: "${API_URL}",
|
||||
WEBSOCKET_API_URL: "${WEBSOCKET_API_URL}"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user