update servers

This commit is contained in:
akdeb 2025-10-22 19:52:00 +01:00
parent 1a4d4b8dbc
commit e19d4ee2db
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ const uint16_t backend_port = 3000;
#elif defined(PROD_MODE) #elif defined(PROD_MODE)
// PROD // PROD
const char *ws_server = "elatoai.akdeb.deno.net"; const char *ws_server = "elato-dash.deno.dev";
const uint16_t ws_port = 443; const uint16_t ws_port = 443;
const char *ws_path = "/"; const char *ws_path = "/";
// Backend server details // Backend server details