Skip to content

Commit 922876f

Browse files
chore: Change videoroom URL to video (#6197)
1 parent 9191f2d commit 922876f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Router.map(function() {
113113
this.route('edit', { path: '/:speaker_id/edit' });
114114
this.route('create');
115115
});
116-
this.route('videoroom', function() {
116+
this.route('videoroom', { path: '/video' }, function() {
117117
this.route('list', { path: '/:status' });
118118
this.route('edit', { path: '/:stream_id/edit' });
119119
this.route('create');

0 commit comments

Comments
 (0)