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',