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-09 15:54:30 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
d664655f0ace3822b2bbbe07efe223aca3bcaef2
d664655f
2 parents
1cd722e2
060b66ca
Merge branch 'reply' into 'master'
Reply See merge request
!11
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
I_to_D_chatbot/reply.js
I_to_D_chatbot/reply.js
View file @
d664655
...
...
@@ -107,6 +107,15 @@ app.post('/hook', function (req, res) {
{
"type"
:
"text"
,
"text"
:
`재료를 다시 입력해주세요.`
},
{
"type"
:
"text"
,
"text"
:
`여러 재료를 입력시\n띄어쓰기로만 구분을 해주세요.`
}
,
{
"type"
:
"text"
,
"text"
:
`예시) 감자 양파 대파 (o)\n\n 감자, 양파,대파 (x)`
}
]
}
...
...
Please
register
or
login
to post a comment