This commit is contained in:
aaron 2025-02-27 16:35:11 +08:00
parent 3d324c178a
commit 64e9a36783

View File

@ -6,7 +6,7 @@ const env = {
API_URL: process.env.VUE_APP_API_URL || 'https://api-dev.beefast.co'
},
production: {
API_URL: process.env.VUE_APP_API_URL || 'http://api.beefast.co'
API_URL: process.env.VUE_APP_API_URL || 'https://api.beefast.co'
}
}