mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 11:49:15 +02:00
Amend link to license in track detail page
This commit is contained in:
parent
bc39b18173
commit
46b4bc68b1
2 changed files with 2 additions and 1 deletions
|
@ -116,7 +116,7 @@ export default {
|
|||
methods: {
|
||||
fetchLicenseData(licenseId) {
|
||||
var self = this
|
||||
let url = `licenses/${licenseId}/`
|
||||
let url = `licenses/${licenseId}`
|
||||
axios.get(url).then(response => {
|
||||
self.licenseData = response.data
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue