images based on http-server, filter dropdowns

This commit is contained in:
2024-05-10 17:19:36 +02:00
parent d508415de4
commit 5230ef1230
21 changed files with 224 additions and 149 deletions

View File

@@ -3,19 +3,8 @@
"target": "http://localhost:3000",
"secure": false
},
"/property": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
},
"/logo": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
},
"/profile": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
"/pictures": {
"target": "http://localhost:8080",
"secure": false
}
}