From 4123f49bee62c4f93982326d7a92de3903cfc2d9 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Mon, 20 Jan 2025 12:55:20 +0800 Subject: [PATCH] update testing api --- 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 3888e2a..cd34479 100644 --- a/src/config/env.js +++ b/src/config/env.js @@ -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'