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-11-29 20:58:42 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6b12c41ea4fb0ea5b7cc7d3506fc68cf3a3e8fc3
6b12c41e
1 parent
7bb3724c
22
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
6b12c41
...
...
@@ -2,7 +2,7 @@ var express = require('express');
var
app
=
express
();
const
line
=
require
(
'@line/bot-sdk'
);
import
greenlock
from
'green-express'
;
import
greenlock
from
'green
lock
-express'
;
const
lex
=
greenlock
.
create
({
version
:
'v02'
,
configDir
:
'/etc/letsencrypt'
,
...
...
Please
register
or
login
to post a comment