mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
add local plugins with check folder update
This commit is contained in:
@ -283,7 +283,7 @@ function convertRequest(req, res) {
|
||||
var status = yield* convertByCmd(cmd, async, utils.getBaseUrlByRequest(req));
|
||||
utils.fillResponse(req, res, status.url, status.err);
|
||||
} else {
|
||||
var addresses = forwarded(req);
|
||||
var addresses = utils.forwarded(req);
|
||||
logger.error('Error convert unknown outputtype: query = %j from = %s docId = %s', params, addresses, docId);
|
||||
utils.fillResponse(req, res, undefined, constants.UNKNOWN);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user