mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-18 14:02:15 +00:00
Add ember to project
This commit is contained in:
12
app/router.js
Normal file
12
app/router.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import Ember from 'ember';
|
||||
import config from './config/environment';
|
||||
|
||||
const Router = Ember.Router.extend({
|
||||
location: config.locationType,
|
||||
rootURL: config.rootURL
|
||||
});
|
||||
|
||||
Router.map(function () {
|
||||
});
|
||||
|
||||
export default Router;
|
||||
Reference in New Issue
Block a user