add market-page layouts, v1 for endpoints
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user