add market-page layouts, v1 for endpoints

This commit is contained in:
smanylov
2025-12-05 16:19:13 +07:00
parent 6a290832d6
commit fcb87c180c
13 changed files with 289 additions and 11 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}/api/user?email=${userEmail}`, {
const response = await fetch(`${API_BASE_URL}v1/api/user?email=${userEmail}`, {
method: 'GET',
headers: {
"Content-Type": "application/json",