diff --git a/src/pages/Notification.js b/src/pages/Notification.js index bc75ef1..7aa3459 100644 --- a/src/pages/Notification.js +++ b/src/pages/Notification.js @@ -15,7 +15,7 @@ const NotificationSettings = () => { try { const token = localStorage.getItem("token"); const response = await fetch( - "http://localhost:6352/update-notification", + "https://smartserver-production.up.railway.app/update-notification", { method: "PUT", headers: {