Proxying right in FE config

Change-Id: I745f756f583a874284478cf07e3d9b3f99fe9dcf
diff --git a/conf/app/app.config.production.ts b/conf/app/app.config.production.ts
index b1a1b7d..63c19f3 100644
--- a/conf/app/app.config.production.ts
+++ b/conf/app/app.config.production.ts
@@ -1,5 +1,5 @@
 import {IAppConfig} from './interfaces';
 export const AppConfig: IAppConfig = {
     apiEndpoint: '/spa/api',
-    websocketClient: '/spa'
+    websocketClient: '/'
 };