Change local env url

This commit is contained in:
Peter Rossa
2023-05-23 19:43:34 +02:00
parent 2c1678d331
commit 16f96155bb

View File

@@ -4,8 +4,9 @@
export const environment = {
production: false,
env: "local",
apiBaseUrl: "http://localhost:8080",
env: 'local',
// apiBaseUrl: "http://localhost:8080",
apiBaseUrl: 'http://192.168.178.21:8182/api',
};
/*