Skip to content

Commit

Permalink
경로수정 완료
Browse files Browse the repository at this point in the history
  • Loading branch information
WickiesHub committed Mar 25, 2019
1 parent 9c0c2fa commit 00fd46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/etc/SignIn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default {
},
computed:{
naverLoginURL(){return `https://nid.naver.com/oauth2.0/authorize?response_type=code&client_id=${this.$store.getters.apis.naver[0]}&redirect_uri=http%3a%2f%2flocalhost%3a8095%2fapi%2fnaver%2fcallback&state=123`},
kakaoLoginURL(){return `https://kauth.kakao.com/oauth/authorize?response_type=code&client_id=${this.$store.getters.apis.kakao[0]}&redirect_uri=http%3a%2f%2f13.209.213.138%2fapi%2fkakao%2fcallback`},
kakaoLoginURL(){return `https://kauth.kakao.com/oauth/authorize?response_type=code&client_id=${this.$store.getters.apis.kakao[0]}&redirect_uri=http%3a%2f%2f52.79.204.244%2fapi%2fkakao%2fcallback`},
githubLoginURL(){return `https://github.com/login/oauth/authorize?client_id=${this.$store.getters.apis.github[0]}&redirect_uri=http://52.79.204.244/api/github/callback`}
},
methods:{
Expand Down

0 comments on commit 00fd46d

Please sign in to comment.