Skip to content

Commit

Permalink
feat(license): use concise endpoint for license list view
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <adam.setch@outlook.com>
  • Loading branch information
setchy committed Mar 30, 2024
1 parent d345b2d commit 9699116
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 9699116

Please sign in to comment.