This commit is contained in:
omkieit 2024-09-04 11:36:29 +05:30
parent ca0005caaa
commit ad659e26d6
1 changed files with 2 additions and 2 deletions

View File

@ -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/',
},
},