mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-29 05:51:22 +00:00
4 lines
122 B
JavaScript
4 lines
122 B
JavaScript
ENSL.Router.map(function() {
|
|
// this.resource('gathers');
|
|
this.resource('gather', { path: '/gathers/:gather_id' });
|
|
});
|