Parcourir la source

change api route to https

master
Christian Ziermann il y a 4 ans
Parent
révision
abdb050f28
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/environments/environment.prod.ts

+ 1
- 1
src/environments/environment.prod.ts Voir le fichier

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

Chargement…
Annuler
Enregistrer