mirror of
https://github.com/trafficlunar/api.git
synced 2026-08-12 12:29:39 +00:00
feat: add /status route
This commit is contained in:
parent
7a8a229f0e
commit
aaa8640aaf
7 changed files with 122 additions and 3 deletions
|
|
@ -2,4 +2,5 @@ package worker
|
|||
|
||||
func StartWorkers() {
|
||||
go StartLastFMWorker()
|
||||
go StartStatusWorker()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue