environment.ts 94 B

1234567
  1. export const environment = {
  2. production: false,
  3. apiUrl: 'http://113.44.251.16:8080'
  4. };