Skip to content

Commit

Permalink
Merge pull request #793 from setchy/feature/license-concise-endpoint
Browse files Browse the repository at this point in the history
feat(license): use concise endpoint for license list view
  • Loading branch information
nscuro authored Apr 2, 2024
2 parents 8739340 + 9699116 commit 95ed2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/portfolio/licenses/LicenseList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
methods: {
refreshTable: function () {
this.$refs.table.refresh({
url: `${this.$api.BASE_URL}/${this.$api.URL_LICENSE}`,
url: `${this.$api.BASE_URL}/${this.$api.URL_LICENSE_CONCISE}`,
silent: true,
});
},
Expand Down

0 comments on commit 95ed2c6

Please sign in to comment.