pull/189/head
xiaojunnuo 2024-09-09 17:29:09 +08:00
parent c446e24f1a
commit 2b224c712f
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ export class AcmeService {
private async testDirectory(directoryUrl: string) {
try {
await utils.http({
await utils.http.request({
url: directoryUrl,
method: "GET",
timeout: 10000,