From 9fa621872f84231273d81a343de5d641ca4d4040 Mon Sep 17 00:00:00 2001 From: Tilen Komel Date: Mon, 26 Aug 2024 18:53:40 +0200 Subject: [PATCH] Fix text messages embed --- app/index.js | 2 +- app/public/index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/index.js b/app/index.js index b33b03a..ef18a5d 100644 --- a/app/index.js +++ b/app/index.js @@ -57,7 +57,7 @@ app.get("/", async (req, res) => { res.sendFile(path.join(__dirname, "public/index.html")); }); -app.get("/api/v1/text-messages/embed", async (req, res) => { +app.get("/text-messages/embed", async (req, res) => { res.sendFile(path.join(__dirname, "public/text-messages-embed.html")); }); diff --git a/app/public/index.html b/app/public/index.html index 54ba57a..54d2389 100644 --- a/app/public/index.html +++ b/app/public/index.html @@ -976,7 +976,7 @@

{{ selectedNode.long_name }}

@@ -1004,7 +1004,7 @@

{{ selectedNode.long_name }}