correction of API routes url

This commit is contained in:
2025-11-29 17:54:27 +01:00
parent 624e8edbe4
commit b0d8eca5a3
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
export default async function getUserNotifications() {
try {
const response = await fetch(
'http://localhost:8000/api/users/1/notifications',
'http://localhost:80/api/users/1/notifications',
{
method: 'GET',
credentials: 'include',