mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* split interfaces * angular cli demo refactoring * fix test import * fix demo script * fix demo script * fix demo script * fix demo script
19 lines
349 B
JSON
19 lines
349 B
JSON
{
|
|
"/alfresco": {
|
|
"target": "http://localhost:8080",
|
|
"secure": false,
|
|
"pathRewrite": {
|
|
"^/alfresco/alfresco": ""
|
|
},
|
|
"changeOrigin": true
|
|
},
|
|
"/activiti-app": {
|
|
"target": "http://localhost:9999",
|
|
"secure": false,
|
|
"pathRewrite": {
|
|
"^/activiti-app/activiti-app": ""
|
|
},
|
|
"changeOrigin": true
|
|
}
|
|
}
|