feat: switch upload hash to md5
This commit is contained in:
@@ -4,6 +4,7 @@ import (
|
||||
"quyun/v2/app/commands/http"
|
||||
"quyun/v2/app/commands/migrate"
|
||||
"quyun/v2/app/commands/seed"
|
||||
"quyun/v2/app/commands/storage_migrate"
|
||||
"quyun/v2/pkg/utils"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
@@ -34,6 +35,7 @@ func main() {
|
||||
http.Command(),
|
||||
migrate.Command(),
|
||||
seed.Command(),
|
||||
storage_migrate.Command(),
|
||||
}
|
||||
|
||||
if err := atom.Serve(opts...); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user