mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-07-21 02:30:31 +00:00
Fix double slashes on preview url
This commit is contained in:
parent
40b31bd291
commit
856c2be9cd
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ export default {
|
|||
computed: mapState(['req']),
|
||||
methods: {
|
||||
download: function () {
|
||||
let url = `${this.$store.state.baseURL}/api/download/`
|
||||
let url = `${this.$store.state.baseURL}/api/download`
|
||||
url += this.req.url.slice(6)
|
||||
url += `?token=${this.$store.state.jwt}`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue