mirror of
https://github.com/certd/certd.git
synced 2026-05-17 05:37:30 +08:00
perf: 支持部署到dokploy
This commit is contained in:
@@ -8,7 +8,7 @@ import {CertInfo, CertReader} from "@certd/plugin-cert";
|
||||
name: "apisix",
|
||||
title: "APISIX授权",
|
||||
desc: "",
|
||||
icon: "svg:icon-ksyun"
|
||||
icon: "svg:icon-lucky"
|
||||
})
|
||||
export class ApisixAccess extends BaseAccess {
|
||||
|
||||
@@ -93,7 +93,7 @@ export class ApisixAccess extends BaseAccess {
|
||||
headers,
|
||||
baseURL: this.endpoint,
|
||||
...req,
|
||||
logRes: true,
|
||||
logRes: false,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user