This commit is contained in:
tamaina 2023-01-03 15:24:28 +00:00
parent 560c1c2128
commit b30d820ab0
1 changed files with 7 additions and 5 deletions

View File

@ -152,12 +152,14 @@ export class ApRequestService {
},
});
await this.httpRequestService.fetch({
await this.httpRequestService.fetch(
url,
method: req.request.method,
headers: req.request.headers,
body,
});
{
method: req.request.method,
headers: req.request.headers,
body,
}
);
}
/**