/** * Default (development) environment. `apiBaseUrl` is empty so requests are * relative to the current origin — in dev the ng-serve proxy forwards /api to the * backend (proxy.conf.json). Swapped for environment.prod.ts in production builds * (angular.json fileReplacements). */ export const environment = { production: false, apiBaseUrl: '', };