Explorar el Código

change api route to https

master
Christian Ziermann hace 4 años
padre
commit
abdb050f28
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/environments/environment.prod.ts

+ 1
- 1
src/environments/environment.prod.ts Ver fichero

@@ -1,4 +1,4 @@
export const environment = {
production: true,
apiUrl: 'http://newsapi.org/v2',
apiUrl: 'https://newsapi.org/v2',
};

Cargando…
Cancelar
Guardar