diff --git a/client/route/index.js b/client/route/index.js index 8420b1093..a2dc014f1 100644 --- a/client/route/index.js +++ b/client/route/index.js @@ -1 +1 @@ -export * from './src'; +// export * from './src'; diff --git a/client/route/routes.json b/client/route/routes.json index e47a25a70..155da373b 100644 --- a/client/route/routes.json +++ b/client/route/routes.json @@ -1,4 +1,4 @@ -{ +/* { "module": "route", "name": "Routes", "icon" : "local_shipping", @@ -19,4 +19,4 @@ "acl": ["developer"] } ] -} \ No newline at end of file +} */ \ No newline at end of file diff --git a/services/route/server/server.js b/services/route/server/server.js.bak similarity index 100% rename from services/route/server/server.js rename to services/route/server/server.js.bak