mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-24 22:24:40 +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
|
# New 'stable' /internal API end points
|
||||||
apiRouter.get '/internal/project/:project_id', AuthenticationController.httpAuth, ProjectApiController.getProjectDetails
|
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/zip', AuthenticationController.httpAuth, ProjectDownloadsController.downloadProject
|
||||||
|
apiRouter.get '/internal/project/:project_id/compile/pdf', AuthenticationController.httpAuth, CompileController.compileAndDownloadPdf
|
||||||
|
|
||||||
webRouter.get /^\/internal\/project\/([^\/]*)\/output\/(.*)$/,
|
webRouter.get /^\/internal\/project\/([^\/]*)\/output\/(.*)$/,
|
||||||
((req, res, next) ->
|
((req, res, next) ->
|
||||||
|
|
Loading…
Reference in a new issue