Converted to API v2 format

This commit is contained in:
Joel Collins 2019-11-26 14:54:10 +00:00
parent a33329b77d
commit fe20392a97
2 changed files with 41 additions and 5 deletions

View file

@ -129,7 +129,7 @@ export default {
computed: {
pluginApiUri: function() {
return this.$store.getters.uri + "/plugin";
return `${this.$store.getters.baseUri}/api/v2/plugins`;
},
submitApiUri: function() {