mirror of https://github.com/certd/certd
chore:
parent
c446e24f1a
commit
2b224c712f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue