mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-24 19:41:44 +00:00
added route that got lost in merge
This commit is contained in:
parent
9a49ce4a0e
commit
39df8964cf
1 changed files with 2 additions and 1 deletions
|
@ -133,6 +133,7 @@ module.exports = class Router
|
|||
# New 'stable' /internal API end points
|
||||
apiRouter.get '/internal/project/:project_id', AuthenticationController.httpAuth, ProjectApiController.getProjectDetails
|
||||
apiRouter.get '/internal/project/:Project_id/zip', AuthenticationController.httpAuth, ProjectDownloadsController.downloadProject
|
||||
apiRouter.get '/internal/project/:project_id/compile/pdf', AuthenticationController.httpAuth, CompileController.compileAndDownloadPdf
|
||||
|
||||
webRouter.get /^\/internal\/project\/([^\/]*)\/output\/(.*)$/,
|
||||
((req, res, next) ->
|
||||
|
|
Loading…
Reference in a new issue