mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
authenticate publish menu zip downloads
This commit is contained in:
parent
395406407e
commit
8792e600d2
1 changed files with 1 additions and 0 deletions
|
@ -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?
|
||||
|
||||
|
|
Loading…
Reference in a new issue