feat: update compress ticker
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"quyun/app/service/commands"
|
||||
"quyun/app/service/http"
|
||||
"quyun/app/service/migrate"
|
||||
|
||||
@@ -27,6 +28,7 @@ func main() {
|
||||
atom.Name("quyun"),
|
||||
http.Command(),
|
||||
migrate.Command(),
|
||||
commands.Command(),
|
||||
}
|
||||
|
||||
if err := atom.Serve(opts...); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user