fix
This commit is contained in:
parent
560c1c2128
commit
b30d820ab0
|
@ -152,12 +152,14 @@ export class ApRequestService {
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
await this.httpRequestService.fetch({
|
await this.httpRequestService.fetch(
|
||||||
url,
|
url,
|
||||||
|
{
|
||||||
method: req.request.method,
|
method: req.request.method,
|
||||||
headers: req.request.headers,
|
headers: req.request.headers,
|
||||||
body,
|
body,
|
||||||
});
|
}
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue