From ee5353354840b7d7cbf4b4184f29e2e759be17b3 Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Tue, 18 Feb 2025 15:17:45 -0700
Subject: [PATCH] remove services

---
 projects/nshmp-apps/src/app/app.routes.ts | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/projects/nshmp-apps/src/app/app.routes.ts b/projects/nshmp-apps/src/app/app.routes.ts
index e4a7a888a..5bb372900 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(),
-- 
GitLab