Converted to API v2 format
This commit is contained in:
parent
a33329b77d
commit
fe20392a97
2 changed files with 41 additions and 5 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue