소스 검색

fix: for https

pull/1/head
Rohan Verma 7 년 전
부모
커밋
3b661c6fa7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/components/ProjectList.vue

+ 1
- 1
src/components/ProjectList.vue 파일 보기

@@ -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

Loading…
취소
저장