Toggle navigation
Toggle navigation
This project
Loading...
Sign in
오세헌
/
Ingredient-to-Dish-ChatBot
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
전언석
2022-06-06 14:49:21 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2783a60535be0c3981cbdea3c4216c205bcc24f7
2783a605
1 parent
7dd9c327
edit reply.js
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
I_to_D_chatbot/reply.js
I_to_D_chatbot/reply.js
View file @
2783a60
...
...
@@ -40,7 +40,6 @@ app.post('/hook', function (req, res) {
}
for
(
var
i
=
0
;
i
<
results
.
length
;
i
++
)
if
(
results
[
i
].
ingredients
===
message
.
text
)
{
console
.
log
(
`메뉴 :
${
results
[
i
].
menu
}
, 레시피 :
${
results
[
i
].
recipe
}
`
);
request
.
post
(
{
url
:
TARGET_URL
,
...
...
Please
register
or
login
to post a comment