From 6461a2a129df5cbcefa25a38421db61357ab57b2 Mon Sep 17 00:00:00 2001 From: IoT Manager <67171972+IoTManagerProject@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:34:12 +0200 Subject: [PATCH] =?UTF-8?q?=D0=B2=D1=8B=D0=BF=D1=83=D1=81=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Config.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Config.svelte b/src/pages/Config.svelte index db51095..081c9a1 100644 --- a/src/pages/Config.svelte +++ b/src/pages/Config.svelte @@ -237,7 +237,7 @@ if (res.ok) { console.log(content.result); if (content.result.acknowledged) { - window.open("http://localhost:4000/configs?id=" + content.result.insertedId + "&token=" + Cookies.get("token_iotm2"), "_blank"); + window.open("https://portal.iotmanager.org/configs?id=" + content.result.insertedId + "&token=" + Cookies.get("token_iotm2"), "_blank"); } errors = [{ msg: "ok_success" }]; } else {