fix: restructure and requested changes

This commit is contained in:
Daniel Hougaard
2025-07-25 20:05:20 +04:00
parent 418aca8af0
commit 11ca76ccca
9 changed files with 15 additions and 21 deletions

View File

@@ -112,7 +112,7 @@ const redeployService = async (secretSync: TRenderSyncWithCredentials) => {
{
headers: {
Authorization: `Bearer ${apiKey}`,
"Accept-Encoding": "application/json"
Accept: "application/json"
}
}
)