mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 21:52:19 +00:00
Add extra info to track page + API
This commit is contained in:
parent
97dd3e5bba
commit
f914575e09
9 changed files with 3349 additions and 2525 deletions
|
@ -75,8 +75,8 @@ func main() {
|
|||
defer goscrobble.CloseRedisConn()
|
||||
|
||||
// Start background workers
|
||||
go goscrobble.StartBackgroundWorkers()
|
||||
defer goscrobble.EndBackgroundWorkers()
|
||||
// go goscrobble.StartBackgroundWorkers()
|
||||
// defer goscrobble.EndBackgroundWorkers()
|
||||
|
||||
// Boot up API webserver \o/
|
||||
goscrobble.HandleRequests(port)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue