From bb8e9b4c19b3cc4ad1618686c62263081ef45437 Mon Sep 17 00:00:00 2001 From: Leonard Smith Date: Sun, 4 Oct 2020 22:45:40 -0500 Subject: [PATCH] Work on app routers --- app/router.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/router.js b/app/router.js index d28f527..8dd9974 100644 --- a/app/router.js +++ b/app/router.js @@ -5,3 +5,7 @@ export default class Router extends EmberRouter { location = config.locationType; rootURL = config.rootURL; } + +Router.map(function() { + +});