#13 use webp instead of jpeg/png

This commit is contained in:
Your Name
2025-01-30 20:38:22 +01:00
parent 5707d1bb1f
commit 2885ece241
4 changed files with 14 additions and 14 deletions

View File

@@ -1,12 +1,12 @@
{
"/api": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
},
"/debug_images": {
"target": "http://localhost:8080",
"secure": false,
"changeOrigin": true
}
}
"/api": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
},
"/images": {
"target": "http://localhost:8080",
"secure": false,
"changeOrigin": true
}
}