mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-24 05:03:17 -05:00
[web] Fix linter error
This commit is contained in:
parent
a454f062bb
commit
c2ad43da93
@ -39,7 +39,7 @@ export default defineConfig({
|
|||||||
server: {
|
server: {
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': { target },
|
'/api': { target },
|
||||||
'/ws': { target: target, ws: true },
|
'/ws': { target, ws: true },
|
||||||
'/artwork': { target },
|
'/artwork': { target },
|
||||||
'/stream.mp3': { target }
|
'/stream.mp3': { target }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user