Mod event and user table, add event CURD

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2025-12-25 21:55:08 +08:00
parent 8e43d6699c
commit 3dbcc00a2d
5 changed files with 86 additions and 74 deletions

View File

@@ -40,7 +40,6 @@ func Info(c *gin.Context) {
"subtitle": data.Subtitle,
"avatar": data.Avatar,
"checkin": data.Checkin,
"joined_event": data.JoinedEvent,
"permission_level": data.PermissionLevel,
})
}