mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-01 07:11:41 +00:00
5 lines
122 B
JavaScript
5 lines
122 B
JavaScript
|
ENSL.Router.map(function() {
|
||
|
// this.resource('gathers');
|
||
|
this.resource('gather', { path: '/gathers/:gather_id' });
|
||
|
});
|