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