Initial commit
This commit is contained in:
7
app/routes/index.js
Normal file
7
app/routes/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Route.extend({
|
||||
beforeModel() {
|
||||
this.transitionTo('search');
|
||||
}
|
||||
});
|
||||
4
app/routes/search.js
Normal file
4
app/routes/search.js
Normal file
@@ -0,0 +1,4 @@
|
||||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Route.extend({
|
||||
});
|
||||
Reference in New Issue
Block a user