mirror of https://github.com/abpframework/abp.git
2 changed files with 2 additions and 0 deletions
@ -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…
Reference in new issue