mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
added comment for per-user route to top-level directory
This commit is contained in:
parent
5a02e8c656
commit
92d41dd74e
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ module.exports = class Router
|
|||
next()
|
||||
), AuthorizationMiddlewear.ensureUserCanReadProject, CompileController.getFileFromClsi
|
||||
|
||||
# direct url access to output files for user but no build, to retrieve files when build fails
|
||||
webRouter.get /^\/project\/([^\/]*)\/user\/([0-9a-f-]+)\/output\/(.*)$/,
|
||||
((req, res, next) ->
|
||||
params =
|
||||
|
|
Loading…
Reference in a new issue