backup creation route has changed
This commit is contained in:
parent
030846a6b5
commit
9115fdd51b
@ -206,7 +206,7 @@ Cloudron.prototype.backup = function () {
|
|||||||
var existingBackups = res.body.backups;
|
var existingBackups = res.body.backups;
|
||||||
console.dir(existingBackups);
|
console.dir(existingBackups);
|
||||||
|
|
||||||
res = request.post(this._origin + '/api/v1/cloudron/backups').query({ access_token: this._credentials.accessToken }).end();
|
res = request.post(this._origin + '/api/v1/backups').query({ access_token: this._credentials.accessToken }).end();
|
||||||
verifyResponse(res, 'Could not schedule backup');
|
verifyResponse(res, 'Could not schedule backup');
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user