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:34:25 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
288487f003b4399e81f178cf0f5740e1efd69854
288487f0
1 parent
186c6502
Update app.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
app.js
app.js
View file @
288487f
...
...
@@ -5,6 +5,7 @@ var createServer = require("auto-sni");
createServer
({
email
:
"sweun1@naver.com"
,
domains
:
[
"www.oss.chatbot.bu.to"
,
"oss.chatbot.bu.to"
],
agreeTos
:
true
},
app
);
// https
console
.
log
(
"1"
);
//papago api
var
request
=
require
(
'request'
);
...
...
Please
register
or
login
to post a comment