mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
23 lines
380 B
JavaScript
23 lines
380 B
JavaScript
// Telescope.controllers.admin = RouteController.extend({
|
|
|
|
// template: "admin_wrapper"
|
|
|
|
// });
|
|
|
|
// Meteor.startup(function (){
|
|
|
|
// // Loading (for testing purposes)
|
|
|
|
// Router.route('/loading', {
|
|
// name: 'loading',
|
|
// template: 'loading'
|
|
// });
|
|
|
|
// // Toolbox
|
|
|
|
// Router.route('/toolbox', {
|
|
// name: 'toolbox',
|
|
// template: 'toolbox'
|
|
// });
|
|
|
|
// });
|