feat 更新版本
All checks were successful
Build image / build (push) Successful in 51s

This commit is contained in:
timerzz 2024-09-13 22:40:55 +08:00
parent 798118c6e4
commit dd892dde81

View File

@ -32,6 +32,7 @@ func main() {
r.Use(cors.New(), recover.New())
stg := storage.NewStorage(db)
_ = stg.Article().AutoMigrate()
svc := []web.Register{
web.NewProbe(),