update next.js version

This commit is contained in:
smanylov
2025-12-07 10:58:53 +07:00
parent 3da07d6073
commit e469bbe031
3 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export async function getUserData() {
const token = await getSessionData('token');
try {
const response = await fetch(`${API_BASE_URL}v1/api/user?email=${userEmail}`, {
const response = await fetch(`${API_BASE_URL}/v1/api/user?email=${userEmail}`, {
method: 'GET',
headers: {
"Content-Type": "application/json",