Commit 36ca532c authored by Joel Collins's avatar Joel Collins
Browse files

Reformatted

parent 37ae2a96
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -60,14 +60,10 @@ export default {
      return `${this.$store.getters.baseUri}/api/v2/streams/mjpeg`;
    },
    startPreviewUri: function() {
      return `${
        this.$store.getters.baseUri
      }/api/v2/actions/camera/preview/start`;
      return `${this.$store.getters.baseUri}/api/v2/actions/camera/preview/start`;
    },
    stopPreviewUri: function() {
      return `${
        this.$store.getters.baseUri
      }/api/v2/actions/camera/preview/stop`;
      return `${this.$store.getters.baseUri}/api/v2/actions/camera/preview/stop`;
    },
    settingsUri: function() {
      return `${this.$store.getters.baseUri}/api/v2/instrument/settings`;