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) { private async testDirectory(directoryUrl: string) {
try { try {
await utils.http({ await utils.http.request({
url: directoryUrl, url: directoryUrl,
method: "GET", method: "GET",
timeout: 10000, timeout: 10000,