Change environment url

This commit is contained in:
Peter Rossa
2023-05-23 20:04:43 +02:00
parent 740c7fc463
commit e2059d6616

View File

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