File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
client/packages/lowcoder/src/constants Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- export const SERVER_HOST = `${ REACT_APP_NODE_SERVICE_URL ?? "" } ` ;
2- export const NPM_REGISTRY_URL = `${ SERVER_HOST } /node-service/api/npm/registry` ;
3- export const NPM_PLUGIN_ASSETS_BASE_URL = `${ SERVER_HOST } /node-service/api/npm/package` ;
1+ // export const SERVER_HOST = `${REACT_APP_NODE_SERVICE_URL ?? ""}`;
2+ // export const NPM_REGISTRY_URL = `${SERVER_HOST}/node-service/api/npm/registry`;
3+ // export const NPM_PLUGIN_ASSETS_BASE_URL = `${SERVER_HOST}/node-service/api/npm/package`;
4+
5+ export const SERVER_HOST = `${ REACT_APP_API_SERVICE_URL ?? "" } ` ;
6+ export const NPM_REGISTRY_URL = `${ SERVER_HOST } /api/npm/registry` ;
7+ export const NPM_PLUGIN_ASSETS_BASE_URL = `${ SERVER_HOST } /api/npm/package` ;
You can’t perform that action at this time.
0 commit comments