add enable ssl

This commit is contained in:
Nicholas Orlowsky 2023-07-09 19:19:47 -04:00
parent 14bc65ae4e
commit a9a015e5ba
2 changed files with 2 additions and 4 deletions

View file

@ -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
},