Skip to content

Commit 0198a3f

Browse files
committed
Redirect to tests
1 parent 7c25491 commit 0198a3f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

addon/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import Cache from './cache';
55
import { deprecate } from '@ember/debug';
66

7-
87
// STATE within a module is frowned upon, this exists
98
// to support Ember.STRINGS but shield ember internals from this legacy global
109
// API.

server/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = (app) => app.get('/', (_, res) => res.redirect('/tests'));

0 commit comments

Comments
 (0)