forked from Github/frigate
Add /vod and /exports to Vite proxy config (#8490)
This commit is contained in:
@@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user