From 86a61fb219508874226c550dacb2b99862e8a65a Mon Sep 17 00:00:00 2001 From: Anne-Greeth Schot-van Herwijnen Date: Tue, 23 Jul 2024 14:27:36 +0200 Subject: [PATCH] Update router.js --- app/router.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/router.js b/app/router.js index 9ec6f149..de42c6c0 100644 --- a/app/router.js +++ b/app/router.js @@ -17,5 +17,4 @@ Router.map(function () { this.route('id', { path: 'id/:id' }); this.route('not-found'); - this.route('new-test'); });