From 573febac6f1b3bac7948a4a6fea19f57400c6682 Mon Sep 17 00:00:00 2001 From: ronger Date: Tue, 26 Jan 2021 10:04:49 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20api=20=E9=A1=B9=E7=9B=AE=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/api.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/api.config.js b/config/api.config.js index 7e81316..cb86fe5 100644 --- a/config/api.config.js +++ b/config/api.config.js @@ -3,7 +3,7 @@ import {NODE_ENV} from '../environment' const apisMap = { development: { FE: 'http://localhost:3000', - BASE: 'http://localhost:8099/vertical', + BASE: 'http://localhost:8099/forest', CDN: '', PROXY: '/proxy', SOCKET: 'http://localhost:3000',