feat: add constant for proxy-config.json path

pull/5222/head
Arman Ozak 5 years ago
parent fa59ee8602
commit eff4ad50f5

@ -1,3 +1,4 @@
export * from './api';
export * from './proxy';
export * from './system-types';
export * from './volo';

@ -0,0 +1 @@
export const PROXY_CONFIG_PATH = '/proxy/proxy-config.json';
Loading…
Cancel
Save