This commit is contained in:
Henry Oswald
2016-05-19 16:57:19 +01:00
3 changed files with 4 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ module.exports = CompileController =
error: error?.message or error
outputFiles: outputFiles.map (file) ->
url: "#{Settings.apis.clsi.url}/project/#{request.project_id}/output/#{file.path}"
path: file.path
type: file.type
build: file.build
}