Reorganize dashboard into subfolders
[portal/ric-dashboard.git] / dashboard / webapp-frontend / src / assets / mockdata / routes.json
diff --git a/dashboard/webapp-frontend/src/assets/mockdata/routes.json b/dashboard/webapp-frontend/src/assets/mockdata/routes.json
new file mode 100644 (file)
index 0000000..0745958
--- /dev/null
@@ -0,0 +1,4 @@
+{
+  "/a1ric/*": "/$1",
+  "/:resource/:id/show": "/:resource/:id"
+}
\ No newline at end of file