diff --git a/frontend/public/scripts/ntfy.js b/frontend/public/scripts/ntfy.js index e8780c9..932626c 100644 --- a/frontend/public/scripts/ntfy.js +++ b/frontend/public/scripts/ntfy.js @@ -1,5 +1,6 @@ // i deeply apologize for the horrors within... const ntfyEndpoint = "https://nelle.observer/api/ntfy"; +//const ntfyEndpoint = "http://0.0.0.0:7879/api/ntfy"; // text fields and buttons const ntfyMessage = document.getElementById("ntfy-message");