mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 14:00:06 +02:00
Fixed broken urls (wrong absoluteUrl refactor) on search and metadata search
This commit is contained in:
parent
58be852a84
commit
10ce077334
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ export default {
|
|||
})
|
||||
return {results: results}
|
||||
},
|
||||
url: this.$store.getters['instance/absoluteUrl']('search?query={query}')
|
||||
url: this.$store.getters['instance/absoluteUrl']('api/v1/search?query={query}')
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue