refactor: form field validation dict to signal for multilang

This commit is contained in:
2025-12-24 22:19:25 -03:00
parent 10f9b77807
commit 10dd04dad7
9 changed files with 36 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
export const environment = {
prod: false,
apiUrl: 'http://192.168.1.3:4444',
apiUrl: 'http://192.168.1.3:8080',
};