This commit is contained in:
2026-02-05 21:35:42 +08:00
parent c62b4c04ec
commit c8315469b2
22 changed files with 511 additions and 522 deletions

View File

@@ -31,6 +31,7 @@ func RegisterControllers(group *ghttp.RouterGroup) {
containment.NewV1(),
room.NewV1(),
forum.NewV1(),
)
})
}