Remove unused URL computed props
This commit is contained in:
parent
8de79ad7e8
commit
b47ac8b828
2 changed files with 1 additions and 7 deletions
|
|
@ -59,9 +59,6 @@ export default {
|
|||
streamImgUri: function() {
|
||||
return `${this.$store.getters.baseUri}/camera/mjpeg_stream`;
|
||||
},
|
||||
settingsUri: function() {
|
||||
return `${this.$store.getters.baseUri}/api/v2/instrument/settings`;
|
||||
}
|
||||
},
|
||||
|
||||
mounted() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue