mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
drop apiRoot object from build
This commit is contained in:
parent
227370547d
commit
bb14775820
1 changed files with 0 additions and 1 deletions
|
@ -573,7 +573,6 @@ exports.expressCreateServer = (hookName, args, cb) => {
|
|||
|
||||
// build openapi-backend instance for this api version
|
||||
const api = new OpenAPIBackend({
|
||||
apiRoot, // each api version has its own root
|
||||
definition,
|
||||
validate: false,
|
||||
// for a small optimisation, we can run the quick startup for older
|
||||
|
|
Loading…
Reference in a new issue