Add extra info to track page + API

This commit is contained in:
Daniel Mason 2021-08-12 20:52:47 +12:00
parent 97dd3e5bba
commit f914575e09
Signed by: idanoo
GPG key ID: 387387CDBC02F132
9 changed files with 3349 additions and 2525 deletions

View file

@ -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)