mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-04-01 04:49:18 +03:00
WebSocketManager
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user