Commit 33f01c18 authored by shj's avatar shj

[MOD] 가이드 content api 요청 token 변경

parent 1a0d69ae
...@@ -174,7 +174,7 @@ export default { ...@@ -174,7 +174,7 @@ export default {
await this.$axios.get( await this.$axios.get(
`https://api.github.com/repos/vazilcompany/vridge-docs/contents/guide/${this.$i18n.locale}/` + contentKey, { `https://api.github.com/repos/vazilcompany/vridge-docs/contents/guide/${this.$i18n.locale}/` + contentKey, {
headers:{ headers:{
Authorization: 'token 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' Authorization: 'token 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',
} }
}) })
.then(res=>{ .then(res=>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment