Toggle navigation
Toggle navigation
This project
Loading...
Sign in
공정훈
/
find_mbti_bot
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-05-23 21:37:27 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d43b1d5e5956c5eb993c328dd60ab791f8f95e29
d43b1d5e
1 parent
3997eaf0
Update test_code Ver.2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
app/app.js
app/app.js
View file @
d43b1d5
...
...
@@ -19,8 +19,12 @@ apiRouter.post('/sayHello', function(req, res) {
template
:
{
outputs
:
[
{
simpleText
:
{
text
:
"MBTI 검사 챗봇입니다!"
"basicCard"
:
{
"title"
:
"MBTI 검사 챗봇"
,
"description"
:
"MBTI 검사 챗봇입니다! \n당신의 MBTI를 찾아보세요!"
,
"thumbnail"
:
{
"imageUrl"
:
"https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fsnm5S%2Fbtq6cSXUkrD%2FOgk9QsUoPzQGvllliI0CSk%2Fimg.jpg"
}
}
}
]
...
...
Please
register
or
login
to post a comment