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