We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9191f2d commit 922876fCopy full SHA for 922876f
app/router.js
@@ -113,7 +113,7 @@ Router.map(function() {
113
this.route('edit', { path: '/:speaker_id/edit' });
114
this.route('create');
115
});
116
- this.route('videoroom', function() {
+ this.route('videoroom', { path: '/video' }, function() {
117
this.route('list', { path: '/:status' });
118
this.route('edit', { path: '/:stream_id/edit' });
119
0 commit comments