Skip to content

Commit

Permalink
Remove unused routes
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Apr 2, 2024
1 parent fa12143 commit 82194f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
2 changes: 0 additions & 2 deletions app/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ Router.map(function () {
});
this.route('not-found-error', { path: '/*path' });
this.route('thanks');
this.route('auth-callback');
this.route('authenticated');
});

export default Router;
15 changes: 0 additions & 15 deletions app/routes/auth-callback.js

This file was deleted.

0 comments on commit 82194f1

Please sign in to comment.