정민혁

오류수정을 위한 마이너 코드 수정, 발표자료 제작

This file is too large to display.
......@@ -90,7 +90,7 @@ app.post('/', function(req, res) {
"text": objBody.message.result.translatedText
},"keyboard": {
"type": "buttons",
"buttons":["설정", "번역","트랜드 검색"]
"buttons":["언어설정", "번역","트랜드 검색"]
}
};
// Kakao Message API 전송
......@@ -109,7 +109,7 @@ app.post('/', function(req, res) {
},
"keyboard": {
"type": "buttons",
"buttons":["설정", "번역","트랜드 검색"]
"buttons":["언어설정", "번역","트랜드 검색"]
}
};
......@@ -161,7 +161,7 @@ app.post('/', function(req, res) {
"text": response.body
},"keyboard": {
"type": "buttons",
"buttons":["설정", "번역","트랜드 검색"]
"buttons":["언어설정", "번역","트랜드 검색"]
}
};
......@@ -177,7 +177,7 @@ app.post('/', function(req, res) {
"text": response.statusCode
},"keyboard": {
"type": "buttons",
"buttons":["설정", "번역","트랜드 검색"]
"buttons":["언어설정", "번역","트랜드 검색"]
}
};
res.set({
......@@ -276,7 +276,7 @@ app.post('/', function(req, res) {
},
"keyboard": {
"type": "buttons",
"buttons":["설정", "번역","트랜드 검색"]
"buttons":["언어설정", "번역","트랜드 검색"]
}
});
}
......