mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 18:20:09 +02:00
authenticate publish menu zip downloads
This commit is contained in:
@@ -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?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user