Upgrade snapshot to API v2
This commit is contained in:
parent
8c511f0cfc
commit
49482af3e8
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ export default {
|
||||||
return `http://${this.hostname}:${this.port}/routes`;
|
return `http://${this.hostname}:${this.port}/routes`;
|
||||||
},
|
},
|
||||||
snapshotURL: function() {
|
snapshotURL: function() {
|
||||||
return `http://${this.hostname}:${this.port}/api/v1/snapshot`;
|
return `http://${this.hostname}:${this.port}/api/v2/streams/snapshot`;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue