Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
cziermann
/
news-demo
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
change api route to https
master
Christian Ziermann
hace 4 años
padre
3b9d22cea4
commit
abdb050f28
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+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: 'http
s
://newsapi.org/v2',
};
Escribir
Vista previa
Cargando…
Cancelar
Guardar