Skip to content

Commit

Permalink
Merge pull request #185 from ror-community/404-error
Browse files Browse the repository at this point in the history
add back default error route
  • Loading branch information
lizkrznarich committed Mar 29, 2023
2 parents 9e53644 + f2d3cee commit 30edd8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/routes/error.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import Route from '@ember/routing/route';
import ENV from 'ror-app/config/environment';

export default Route.extend({
/*redirect: function() {
redirect: function() {
window.location.replace(ENV.BASE_URL + "/error");
}*/
}
});

0 comments on commit 30edd8e

Please sign in to comment.