mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
6 lines
No EOL
186 B
JavaScript
6 lines
No EOL
186 B
JavaScript
Telescope.adminRoutes.route('/feeds', {
|
|
name: "adminFeeds",
|
|
action: function(params, queryParams) {
|
|
BlazeLayout.render("layout", {main: "admin_wrapper", admin: "feeds"});
|
|
}
|
|
}); |