Skip to content

Commit

Permalink
new ui added
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansh101112 committed Jun 9, 2024
1 parent b2389ab commit 842b9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 842b9fd

Please sign in to comment.