Upgrade snapshot to API v2

This commit is contained in:
Joel Collins 2019-11-26 16:06:58 +00:00
parent 8c511f0cfc
commit 49482af3e8

View file

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