fix(environment): change ip pocketbase

This commit is contained in:
2026-09-14 14:49:30 +03:00
parent 5211208297
commit f81927ee94
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export const environment = {
production: false,
apiUrl: 'http://10.1.1.40:8090',
apiUrl: 'http://localhost:8090',
};
+1 -1
View File
@@ -1,4 +1,4 @@
export const environment = {
production: true,
apiUrl: 'http://10.1.1.40:8090',
apiUrl: 'http://localhost:8090',
};