Merge branch 'dev' of gitea.51mars.com:Oak-Team/oak-backend-base into dev

This commit is contained in:
Xu Chang 2025-04-15 11:12:19 +08:00
commit 18f7e30ac4
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ export class AppLoader<ED extends EntityDict & BaseEntityDict, Cxt extends Backe
endPointRouters.push(
[name, method, url, async (params, headers, req, body) => {
let result: string | NodeJS.ReadableStream
let result: any
if (type == "custom") {
result = await fn(() => this.makeContext(undefined, headers), params, headers, req, body);
} else {