mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 04:41:32 +02:00
Merge pull request #2639 from overleaf/em-convert-doc-to-file
Endpoint for converting a doc to a file GitOrigin-RevId: 0a3bd46a7a78537b0f64dc577402277cbe81fecb
This commit is contained in:
@@ -224,6 +224,7 @@ module.exports = ProjectEntityHandler
|
||||
module.exports.promises = promisifyAll(ProjectEntityHandler, {
|
||||
multiResult: {
|
||||
getAllEntities: ['docs', 'files'],
|
||||
getAllEntitiesFromProject: ['docs', 'files']
|
||||
getAllEntitiesFromProject: ['docs', 'files'],
|
||||
getDoc: ['lines', 'rev', 'version', 'ranges']
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user