Toggle navigation
Toggle navigation
This project
Loading...
Sign in
은승우
/
LINEBOT
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
은승우
2019-12-01 23:22:57 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
186c650222d4b2c14ffd68f7ada906d286650abf
186c6502
1 parent
7ea71b6e
Update app.js
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
186c650
...
...
@@ -4,7 +4,7 @@ const line = require('@line/bot-sdk');
var
createServer
=
require
(
"auto-sni"
);
createServer
({
email
:
"sweun1@naver.com"
,
domains
:
[
"www.oss.chatbot.bu.to"
,
"oss.chatbot.bu.to"
],
agreeTos
:
true
},
app
);
createServer
({
email
:
"sweun1@naver.com"
,
domains
:
[
"www.oss.chatbot.bu.to"
,
"oss.chatbot.bu.to"
],
agreeTos
:
true
},
app
);
// https
//papago api
var
request
=
require
(
'request'
);
...
...
Please
register
or
login
to post a comment