diff --git a/projects/nshmp-apps/src/app/app.routes.ts b/projects/nshmp-apps/src/app/app.routes.ts
index e4a7a888a93d78ef6e2d7671bedf3ac2fc1a9d40..5bb3729008b9a9f1970bfe09a61e6515c052c771 100644
--- a/projects/nshmp-apps/src/app/app.routes.ts
+++ b/projects/nshmp-apps/src/app/app.routes.ts
@@ -75,14 +75,6 @@ const routes: Routes = [
     },
     path: 'source',
   },
-  // Services application
-  {
-    data: {
-      label: 'Services',
-    },
-    path: 'services',
-    redirectTo: 'ws/nshmp',
-  },
   // Error pages for reverse proxy errors
   {
     children: errorRoutes(),