Commit 63d39a86 authored by Gyeongho Park's avatar Gyeongho Park

[MOD] 가이드 콘텐츠 요청

parent 1c1215d2
......@@ -113,7 +113,7 @@ export default {
async getGuideContents() {
const contentKey = `${this.guide.path.substring(0,this.guide.path.length-1)}.md`
await this.$axios.get(`/guide/${this.$i18n.locale}/` + contentKey, {
await this.$axios.get(`/guide?path=${this.$i18n.locale}/${contentKey}`, {
headers:{
Authorization: 'token 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',
}
......
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