Pods, pods, everywhere
This commit is contained in:
parent
33f783bc42
commit
e623d52f34
66 changed files with 53 additions and 113 deletions
4
app/pods/index/route.js
Normal file
4
app/pods/index/route.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
import Ember from 'ember';
|
||||
import AuthenticatedRouteMixin from 'simple-auth/mixins/authenticated-route-mixin';
|
||||
|
||||
export default Ember.Route.extend(AuthenticatedRouteMixin);
|
1
app/pods/index/template.hbs
Normal file
1
app/pods/index/template.hbs
Normal file
|
@ -0,0 +1 @@
|
|||
Welcome
|
Reference in a new issue