Explorar el Código

fix: for https

pull/1/head
Rohan Verma hace 7 años
padre
commit
3b661c6fa7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/components/ProjectList.vue

+ 1
- 1
src/components/ProjectList.vue Ver fichero

@@ -45,7 +45,7 @@ export default {
},
methods: {
getProjects: function(){
return this.$http.get("http://rohanverma.net/blog/wp-json/wp/v2/posts?categories=21")
return this.$http.get("//rohanverma.net/blog/wp-json/wp/v2/posts?categories=21")
},
redirect_url: function(url){
window.location.href = url

Cargando…
Cancelar
Guardar