выпуск

This commit is contained in:
IoT Manager
2023-10-16 19:34:12 +02:00
parent 5d0b3fdd06
commit 6461a2a129

View File

@@ -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 {