aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal-server/start/routes.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal-server/start/routes.js')
-rw-r--r--src/internal-server/start/routes.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/internal-server/start/routes.js b/src/internal-server/start/routes.js
index db74479c9..50b9448cf 100644
--- a/src/internal-server/start/routes.js
+++ b/src/internal-server/start/routes.js
@@ -66,7 +66,6 @@ Route.group(() => {
66 // Static responses 66 // Static responses
67 Route.get('features/:mode?', 'StaticController.features'); 67 Route.get('features/:mode?', 'StaticController.features');
68 Route.get('services', 'StaticController.emptyArray'); 68 Route.get('services', 'StaticController.emptyArray');
69 Route.get('news', 'StaticController.emptyArray');
70}) 69})
71 .prefix(API_VERSION) 70 .prefix(API_VERSION)
72 .middleware(OnlyAllowFerdi); 71 .middleware(OnlyAllowFerdi);