mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
[web-src] inline with 39b14ff8d
- relative paths for proxy'ing
This commit is contained in:
parent
6f0278ebbc
commit
258311951b
@ -268,7 +268,7 @@ export default {
|
||||
},
|
||||
|
||||
library_composers () {
|
||||
return axios.get('/api/library/composers')
|
||||
return axios.get('./api/library/composers')
|
||||
},
|
||||
|
||||
library_composer (composer) {
|
||||
@ -277,7 +277,7 @@ export default {
|
||||
media_kind: 'music',
|
||||
expression: 'composer is "' + composer + '"'
|
||||
}
|
||||
return axios.get('/api/search', {
|
||||
return axios.get('./api/search', {
|
||||
params: params
|
||||
})
|
||||
},
|
||||
@ -288,7 +288,7 @@ export default {
|
||||
media_kind: 'music',
|
||||
expression: 'composer is "' + composer + '"'
|
||||
}
|
||||
return axios.get('/api/search', {
|
||||
return axios.get('./api/search', {
|
||||
params: params
|
||||
})
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user