diff --git a/src/config/env.js b/src/config/env.js index 35c6fcd..1a12814 100644 --- a/src/config/env.js +++ b/src/config/env.js @@ -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' } }