cleanup + Property images

This commit is contained in:
2024-05-05 15:30:10 +02:00
parent 9121ca1a69
commit bb5a408cdc
34 changed files with 1668 additions and 256 deletions

View File

@@ -1,6 +1,11 @@
{
"/api": {
"target": "http://localhost:3000",
"secure": false
}
"/api": {
"target": "http://localhost:3000",
"secure": false
},
"/property": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
}
}