Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2_open_source_sw_development_Han
/
Jaksimsamil
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
redbean096@khu.ac.kr
2020-12-09 01:43:56 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2a42b655bcce717cc48c1e679300a4e7eac98624
2a42b655
1 parent
bee56a6d
drop space
'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
jaksimsamil-server/src/api/line/app.js
jaksimsamil-server/src/api/line/app.js
View file @
2a42b65
const
lineCtrl
=
require
(
"./line.ctrl"
);
var
Koa
=
require
(
'koa'
);
const
request
=
require
(
'request'
);
const
TARGET_URL
=
'https://api.line.me/v2/bot/message/reply'
...
...
Please
register
or
login
to post a comment