Skip to content

Commit

Permalink
Merge pull request #32 from nditc/rafsan
Browse files Browse the repository at this point in the history
FIXED notifications
  • Loading branch information
RafsanAmin authored Aug 26, 2024
2 parents d0d04a0 + 44773b1 commit d66811f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Components/Sidebar/NewNotification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const NewNotification = async () => {
let data = [];

const res = await fetch(
'https://nditc.sspythonanywhere.com/api/v1/notifications/web?page=1&limit=1',
'https://nditc.pythonanywhere.com/api/v1/notifications/web?page=1&limit=1',
{ cache: 'no-store' }
);

Expand Down

0 comments on commit d66811f

Please sign in to comment.