diff --git a/services/web/app/coffee/router.coffee b/services/web/app/coffee/router.coffee index 0fdd003ead..51e2c1ee0b 100644 --- a/services/web/app/coffee/router.coffee +++ b/services/web/app/coffee/router.coffee @@ -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 =