Commit 49482af3 authored by Joel Collins's avatar Joel Collins
Browse files

Upgrade snapshot to API v2

parent 8c511f0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ export default {
      return `http://${this.hostname}:${this.port}/routes`;
    },
    snapshotURL: function() {
      return `http://${this.hostname}:${this.port}/api/v1/snapshot`;
      return `http://${this.hostname}:${this.port}/api/v2/streams/snapshot`;
    }
  },