mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04: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
|
// build openapi-backend instance for this api version
|
||||||
const api = new OpenAPIBackend({
|
const api = new OpenAPIBackend({
|
||||||
apiRoot, // each api version has its own root
|
|
||||||
definition,
|
definition,
|
||||||
validate: false,
|
validate: false,
|
||||||
// for a small optimisation, we can run the quick startup for older
|
// for a small optimisation, we can run the quick startup for older
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue