Reformatted
This commit is contained in:
parent
37ae2a967d
commit
36ca532c2b
1 changed files with 2 additions and 6 deletions
|
|
@ -60,14 +60,10 @@ export default {
|
||||||
return `${this.$store.getters.baseUri}/api/v2/streams/mjpeg`;
|
return `${this.$store.getters.baseUri}/api/v2/streams/mjpeg`;
|
||||||
},
|
},
|
||||||
startPreviewUri: function() {
|
startPreviewUri: function() {
|
||||||
return `${
|
return `${this.$store.getters.baseUri}/api/v2/actions/camera/preview/start`;
|
||||||
this.$store.getters.baseUri
|
|
||||||
}/api/v2/actions/camera/preview/start`;
|
|
||||||
},
|
},
|
||||||
stopPreviewUri: function() {
|
stopPreviewUri: function() {
|
||||||
return `${
|
return `${this.$store.getters.baseUri}/api/v2/actions/camera/preview/stop`;
|
||||||
this.$store.getters.baseUri
|
|
||||||
}/api/v2/actions/camera/preview/stop`;
|
|
||||||
},
|
},
|
||||||
settingsUri: function() {
|
settingsUri: function() {
|
||||||
return `${this.$store.getters.baseUri}/api/v2/instrument/settings`;
|
return `${this.$store.getters.baseUri}/api/v2/instrument/settings`;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue