Skip to content

Commit

Permalink
fixing rooms url
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchuhmacher committed Aug 21, 2024
1 parent 51c5280 commit 9181bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/handlebars/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ module.exports = (req, res, next) => {
name: res.$t('global.sidebar.link.rooms'),
testId: 'Rooms',
icon: 'account-supervisor-circle-outline',
link: '/rooms/',
link: '/rooms',
});
}

Expand Down

0 comments on commit 9181bf6

Please sign in to comment.