update testing api

This commit is contained in:
aaron 2025-01-20 12:55:20 +08:00
parent a7b25fd7f3
commit 4123f49bee

View File

@ -3,7 +3,7 @@ const env = {
API_URL: 'http://localhost:8080'
},
testing: {
API_URL: process.env.VUE_APP_API_URL || 'https://api-dev.ibtc.work'
API_URL: process.env.VUE_APP_API_URL || 'https://api-dev.beefast.co'
},
production: {
API_URL: process.env.VUE_APP_API_URL || 'http://api.example.com'