add ability to update image info

This commit is contained in:
Zutatensuppe 2021-05-22 14:26:04 +02:00
parent 6474c2fd8c
commit 92ed17efa5
12 changed files with 244 additions and 14 deletions

View file

@ -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,
},