done
This commit is contained in:
parent
ca0005caaa
commit
ad659e26d6
|
@ -12,8 +12,8 @@ export default defineConfig({
|
|||
// '/users/signup': BASE_URL || 'http://localhost:3002',
|
||||
// '/users/signin': BASE_URL || 'http://localhost:3002',
|
||||
|
||||
'/users/signup': 'http://67.225.129.127:81', // Fallback if BASE_URL is undefined
|
||||
'/users/signin': 'http://67.225.129.127:81',
|
||||
'/users/signup': 'http://67.225.129.127:3002/', // Fallback if BASE_URL is undefined
|
||||
'/users/signin': 'http://67.225.129.127:3002/',
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue