Toggle navigation
Toggle navigation
This project
Loading...
Sign in
은승우
/
LINEBOT
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
권은령
2019-12-05 00:03:58 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1d738eea6e39174c885dbe3109bdbdc98a30b591
1d738eea
1 parent
9b9c7cf4
fix music list error
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
app.js
app.js
View file @
1d738ee
...
...
@@ -231,3 +231,5 @@ function handleEvent(event)
app
.
get
(
'/'
,(
req
,
res
)
=>
{
res
.
send
(
"hello"
);
})
console
.
log
(
songList
[
0
].
url
);
\ No newline at end of file
...
...
Please
register
or
login
to post a comment