Feat : Various features
Some checks failed
Build and Push Docker Images / docker (push) Failing after 9s
Some checks failed
Build and Push Docker Images / docker (push) Failing after 9s
This commit is contained in:
@@ -99,3 +99,12 @@ export async function composeUpdate(vpsId, project) {
|
||||
})
|
||||
return handleResponse(res)
|
||||
}
|
||||
|
||||
export async function updateVps(vpsId, data) {
|
||||
const res = await fetch(`${BASE}/vps/${vpsId}`, {
|
||||
method: 'PUT',
|
||||
headers: authHeaders(),
|
||||
body: JSON.stringify(data),
|
||||
})
|
||||
return handleResponse(res)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user