add ability to update image info
This commit is contained in:
parent
6474c2fd8c
commit
92ed17efa5
12 changed files with 244 additions and 14 deletions
|
|
@ -13,7 +13,7 @@ export default vite.defineConfig({
|
|||
},
|
||||
server: {
|
||||
proxy: {
|
||||
'^/((api|uploads)/.*|upload)': {
|
||||
'^/(api|uploads)/.*': {
|
||||
target: `http://${cfg.http.hostname}:${cfg.http.port}`,
|
||||
secure: false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue