mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
feat: updates
This commit is contained in:
parent
ebebf2a733
commit
a1b0bcf4d3
68 changed files with 4776 additions and 5559 deletions
|
|
@ -333,7 +333,7 @@ class Server {
|
|||
}
|
||||
|
||||
listen() {
|
||||
this.app.listen(this.port, '0.0.0.0', () => {
|
||||
this.app.listen(this.port, '127.0.0.1', () => {
|
||||
log.info(`[server] API server listening on port ${this.port}`)
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue