mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 03:35:26 +03:00
Add /vod and /exports to Vite proxy config
This commit is contained in:
parent
89dd114da1
commit
d34a03e3fe
@ -13,6 +13,12 @@ export default defineConfig({
|
|||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
target: 'http://localhost:5000'
|
target: 'http://localhost:5000'
|
||||||
|
},
|
||||||
|
'/vod': {
|
||||||
|
target: 'http://localhost:5000'
|
||||||
|
},
|
||||||
|
'/exports': {
|
||||||
|
target: 'http://localhost:5000'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user