add enable ssl
This commit is contained in:
parent
14bc65ae4e
commit
a9a015e5ba
2 changed files with 2 additions and 4 deletions
|
@ -51,7 +51,7 @@ export async function getNamespaces(accountId: string, skey: SessionKey): Promis
|
|||
}
|
||||
|
||||
export async function enableSSL(accountId: string, serviceId: string, skey: SessionKey) {
|
||||
await fetch('https://api-nws.nickorlow.com/'+accountId+'/services/'+serviceId+"/ssl", {
|
||||
await fetch('https://api-nws.nickorlow.com/'+accountId+'/service/'+serviceId+"/ssl", {
|
||||
headers: {
|
||||
Authorization: skey.id
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue