Skip to content

Commit

Permalink
Merge branch 'main' into BC-4745-tsc-footer-privacy-url
Browse files Browse the repository at this point in the history
  • Loading branch information
odalys-dataport authored Oct 2, 2023
2 parents 891932b + 2c876ea commit 83d2ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ router.get('/courses/:courseId/:folderId?', FileGetter, async (req, res, next) =
courseId: req.params.courseId,
ownerId: req.params.courseId,
toCourseText: res.$t('global.button.toCourse'),
courseUrl: `/rooms/${req.params.courseId}/`,
courseUrl: `/rooms/${req.params.courseId}`,
canEditPermissions: true,
parentId: req.params.folderId,
...res.locals.files,
Expand Down

0 comments on commit 83d2ab3

Please sign in to comment.