Commit ab37e60d authored by pborate's avatar pborate

Updated host-url.service.ts

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@176792 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2361e0ee
...@@ -28,7 +28,7 @@ export function getAssetURL() : string { ...@@ -28,7 +28,7 @@ export function getAssetURL() : string {
} }
else if( ecmType === '2') else if( ecmType === '2')
{ {
assetsUrl = 'ecm/sales'; assetsUrl = 'ecm/proteus';
document.documentElement.style.setProperty('--primary', 'mediumseagreen'); document.documentElement.style.setProperty('--primary', 'mediumseagreen');
} }
else if( ecmType === '3') else if( ecmType === '3')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment