AppSettings..ts 168 Bytes
export const appSettings = {
  apiUrl: 'http://localhost:4705/autoservicio',
  apiImagenes: 'http://localhost:5635',
  apiClientes: 'http://localhost:1515/clientes'
};