song detail page is ready

This commit is contained in:
RockYang
2024-07-26 19:12:44 +08:00
parent f6f8748521
commit 2129f7a8b7
22 changed files with 718 additions and 82 deletions

View File

@@ -492,6 +492,8 @@ func main() {
group.GET("list", h.List)
group.GET("remove", h.Remove)
group.GET("publish", h.Publish)
group.POST("update", h.Update)
group.GET("detail", h.Detail)
}),
fx.Invoke(func(s *core.AppServer, db *gorm.DB) {
go func() {