Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mirhmousavi committed May 7, 2024
1 parent 66ad2d5 commit 53b78e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 53b78e5

Please sign in to comment.