Skip to content

Commit

Permalink
Changed API call to use HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
krisbrud committed Apr 8, 2020
1 parent d9406eb commit 51cb1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
mounted() {
console.log("categories", getFlattenedCategories())
axios.get("http://api.radiorevolt.no/v1/programmer/list/").then(
axios.get("https://api.radiorevolt.no/v1/programmer/list/").then(
response => {
this.allPrograms = response.data.filter(program => !program.old)
console.log(this.allPrograms)
Expand Down

0 comments on commit 51cb1f5

Please sign in to comment.