authenticate publish menu zip downloads

This commit is contained in:
hugh-obrien 2018-07-31 12:43:39 +01:00
parent 395406407e
commit 8792e600d2

View file

@ -40,6 +40,7 @@ module.exports =
exportZip: (req, res) ->
{export_id} = req.params
AuthenticationController.getLoggedInUserId(req)
ExportsHandler.fetchZip export_id, (err, export_zip_url) ->
return err if err?