Skip to content

Commit

Permalink
notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko71k committed Dec 16, 2024
1 parent 587c7d2 commit 64a9d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/components/Header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export class Header {
}
async loadNotifications(container) {
try {
const response = await api.get('/notifications', {
const response = await api.get('/notification', {
credentials: 'include'
});

Expand Down

0 comments on commit 64a9d42

Please sign in to comment.