remove address auto-parsing and always display address detail fields in DeliveryForm
Some checks are pending
Build and Push Docker Images / build-backend (push) Waiting to run
Build and Push Docker Images / build-frontend (push) Waiting to run

This commit is contained in:
Egor Pozharov
2026-04-17 16:43:16 +06:00
parent b54cdb878d
commit 2c59f027ea

View File

@@ -29,7 +29,7 @@ export default defineConfig({
allowedHosts: ['delivery.loca.lt', '.loca.lt'], allowedHosts: ['delivery.loca.lt', '.loca.lt'],
proxy: { proxy: {
'/api': { '/api': {
target: 'http://192.168.3.96:8080', target: 'http://localhost:8080',
changeOrigin: true, changeOrigin: true,
}, },
}, },