mirror of
https://github.com/certd/certd.git
synced 2026-05-17 13:57:31 +08:00
chore: 1
This commit is contained in:
@@ -28,8 +28,9 @@ export class SpaceshipProvider extends AbstractDnsProvider<SpaceshipRecord> {
|
||||
await this.access.getDomainInfo(domain);
|
||||
|
||||
const recordRes = await this.access.doRequest({
|
||||
// https://spaceship.dev/api/v1/dns/records/{domain}
|
||||
url: `https://spaceship.dev/api/v1/dns/records/${domain}`,
|
||||
method: "POST",
|
||||
method: "PUT",
|
||||
data: {
|
||||
force: false,
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user