Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대욱
/
trans
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
김대욱
2020-11-27 20:33:53 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
feeecf137e662b1717e80734cc3111cd32c0c3c4
feeecf13
1 parent
3713dff8
시발 좀
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
feeecf1
...
...
@@ -15,7 +15,7 @@ var app = express();
app
.
use
(
bodyParser
.
json
());
var
cmd
;
app
.
pos
t
(
'/hook'
,
function
(
req
,
res
)
{
app
.
ge
t
(
'/hook'
,
function
(
req
,
res
)
{
var
eventObj
=
req
.
body
.
events
[
0
];
var
message
=
eventObj
.
message
;
cmd
=
message
.
text
;
...
...
Please
register
or
login
to post a comment