김준서

Edit Showmenu function

Showing 1 changed file with 1 additions and 1 deletions
......@@ -35,7 +35,7 @@ function ShowMenu() {
'Authorization': `Bearer ${TOKEN}`
},
json: {
"to": `${user_id}`,
"replyToken":replyToken,
"messages": [
{
"type": "text",
......