Work on app routers

This commit is contained in:
Leonard Smith 2020-10-04 22:45:40 -05:00
parent 127cfd1707
commit bb8e9b4c19
1 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,7 @@ export default class Router extends EmberRouter {
location = config.locationType;
rootURL = config.rootURL;
}
Router.map(function() {
});