Skip to content

Commit

Permalink
Redirect to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Aug 12, 2021
1 parent 7c25491 commit 0198a3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion addon/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import Cache from './cache';
import { deprecate } from '@ember/debug';


// STATE within a module is frowned upon, this exists
// to support Ember.STRINGS but shield ember internals from this legacy global
// API.
Expand Down
1 change: 1 addition & 0 deletions server/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = (app) => app.get('/', (_, res) => res.redirect('/tests'));

0 comments on commit 0198a3f

Please sign in to comment.