From 886c15f28a5647633f3d4bc7afc62bbe97b8aa0a Mon Sep 17 00:00:00 2001 From: DmitryBorisenko33 Date: Mon, 9 Feb 2026 00:25:44 +0100 Subject: [PATCH] new portal --- src/api/portal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/portal.js b/src/api/portal.js index d69f4db..a45c8eb 100644 --- a/src/api/portal.js +++ b/src/api/portal.js @@ -1,5 +1,5 @@ /** - * Portal API: https://portal.iotmanager.org + * Portal API: https://cloud.iotmanager.org/portal * Auth/user, configurations, compiler (profile, orders, etc.). * * CORS: If you see "Redirect is not allowed for a preflight request", the server @@ -10,7 +10,7 @@ import { get, post } from "./http.js"; /** Portal base URL; export for building links in UI (e.g. configs, build install). */ -export const BASE = "https://portal.iotmanager.org"; +export const BASE = "https://cloud.iotmanager.org/portal"; function authHeaders(token) { return {