WebSocketManager

This commit is contained in:
DmitryBorisenko33
2026-02-08 23:28:48 +01:00
parent 77dbf544b1
commit 710f7b14ae
10 changed files with 1060 additions and 884 deletions

View File

@@ -9,7 +9,8 @@
import { get, post } from "./http.js";
const BASE = "https://portal.iotmanager.org";
/** Portal base URL; export for building links in UI (e.g. configs, build install). */
export const BASE = "https://portal.iotmanager.org";
function authHeaders(token) {
return {