From 64e9a36783571538c159f227d058b926bac210c3 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Thu, 27 Feb 2025 16:35:11 +0800 Subject: [PATCH] update. --- src/config/env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } }