Moved SPA to port 4000 #CORD-712

Change-Id: Ic637222b6a15419e5f2629c4ceacc19394f0aa3a
diff --git a/src/index.ts b/src/index.ts
index c23c075..e925e08 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -85,6 +85,7 @@
     // save the last visited state before reload
     const lastRoute = window.location.hash.replace('#', '');
 
+    // TODO this must be triggered only when user is authenticated
     // Dinamically add a  core states
     ModelDefs.get()
       .then((models: IModeldef[]) => {