Skip to content

Commit

Permalink
Merge pull request #131 from DependencyTrack/issue-1428-remove-deprec…
Browse files Browse the repository at this point in the history
…ated-endpoints-usage

Fix : Update deprecated endpoint usage
  • Loading branch information
nscuro authored Sep 17, 2024
2 parents 17c143c + 394532a commit 113697e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/portfolio/tags/SelectTagModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default {
mixins: [permissionsMixin],
methods: {
apiUrl: function () {
let url = `${this.$api.BASE_URL}/${this.$api.URL_TAG}/${this.policy.uuid}`;
let url = `${this.$api.BASE_URL}/${this.$api.URL_TAG}/policy/${this.policy.uuid}`;
return url;
},
refreshTable: function () {
Expand Down

0 comments on commit 113697e

Please sign in to comment.