Skip to content

Commit

Permalink
Use the new errata release endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
javihernandez committed Sep 27, 2024
1 parent 4de73d4 commit aa21b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ErrataInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@
this.loadingRelease = true
this.$api
.post(
`/errata/release_record/${this.advisory.id}/?platform_id=${this.advisory.platform_id}&force=${force}`
`/errata/release_new_record/${this.advisory.id}/?platform_id=${this.advisory.platform_id}&force=${force}`
)
.then((response) => {
this.loadingRelease = false
Expand Down

0 comments on commit aa21b29

Please sign in to comment.