Toggle navigation
Toggle navigation
This project
Loading...
Sign in
백승욱
/
movie-reco-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 20:57:45 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9635e4739085b75bd702b93477195f33f245aa85
9635e473
1 parent
90f62e14
Edit variable name in main.js
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
main.js
main.js
View file @
9635e47
...
...
@@ -35,7 +35,7 @@ function ShowMenu() {
'Authorization'
:
`Bearer
${
TOKEN
}
`
},
json
:
{
"to"
:
`
${
USER_ID
}
`
,
"to"
:
`
${
user_id
}
`
,
"messages"
:
[
{
"type"
:
"text"
,
...
...
Please
register
or
login
to post a comment