mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
chore:
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user