김준서

Edit Showmenu function

Showing 1 changed file with 1 additions and 1 deletions
...@@ -30,7 +30,7 @@ const user_id = config.USER_ID; ...@@ -30,7 +30,7 @@ const user_id = config.USER_ID;
30 // SHOW MENU 30 // SHOW MENU
31 function ShowMenu(replyeToken) { 31 function ShowMenu(replyeToken) {
32 request.post({ 32 request.post({
33 - url: LINE_URL + '/push', 33 + url: LINE_URL + '/reply',
34 headers: { 34 headers: {
35 'Authorization': `Bearer ${TOKEN}` 35 'Authorization': `Bearer ${TOKEN}`
36 }, 36 },
......