Enabled CORS
Fetching info from L-XOS

Change-Id: I6293f15adeb7716cc31499b18d35bdedf8f7cde1
diff --git a/views/ngXosViews/globalXos/mock-cfg.json b/views/ngXosViews/globalXos/mock-cfg.json
new file mode 100644
index 0000000..d48ce51
--- /dev/null
+++ b/views/ngXosViews/globalXos/mock-cfg.json
@@ -0,0 +1,14 @@
+{
+  "endpoints": [
+    {
+      "url": "controllers",
+      "base": "api/core/",
+      "methods": ["GET"]
+    },
+    {
+      "url": "slices",
+      "base": "api/core/",
+      "methods": ["GET"]
+    }
+  ]
+}