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`;
|
||||
},
|
||||
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`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue