From 53b78e58cb3727271a7327d360fe742856988403 Mon Sep 17 00:00:00 2001 From: Mirhossein Mousavi Date: Tue, 7 May 2024 13:29:55 +0200 Subject: [PATCH] wip --- main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index a670677..907acba 100644 --- a/main.js +++ b/main.js @@ -256,7 +256,8 @@ function loadSurfly() { if (message.data.unique_page_id === getOrCreateUniqueClientID()) { Surfly.on('session_created', function(session, event) { fetch( - "https://nic.surf.ly/signal", { + + "https://admin-api-backend-ef6aeff35287.herokuapp.com/signal", { method: "POST", headers: { "Content-Type": "application/json",