Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박태권
/
menu_recommend_webpage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
5
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박태권
2022-06-09 06:26:15 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c058c6ca86829af63154c901712c91b5674ebe4a
c058c6ca
1 parent
586d509e
app.js really really final
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
CHATBOT/app.js
CHATBOT/app.js
View file @
c058c6c
...
...
@@ -9,7 +9,7 @@ var choosen = new Array();
var
express
=
require
(
'express'
);
const
request
=
require
(
'request'
);
const
TARGET_URL
=
'https://api.line.me/v2/bot/message/reply'
const
TOKEN
=
'
TOKEN
'
const
TOKEN
=
'
/OxzMlYdmehXwfIxEHS7MSlX470jmkfxfp6kWPMTALlk+hwhqErglwOfMB/cOGVlZCOdMQHSy+Fb48XUJa6C1FHx16wxqcRgRhwGkl6pO5QP65jb8qSmN7/esJvzp2y4ozwkW+Hy+6giAx8pPPMzeQdB04t89/1O/w1cDnyilFU=
'
const
PAPAGO_URL
=
'PAPAGO URL'
const
PAPAGO_ID
=
'PAPAGO ID'
const
PAPAGO_SECRET
=
'PAPAGO SECRET'
...
...
Please
register
or
login
to post a comment