mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 17:42:48 +00:00
feat: add user event log to admin page
This commit is contained in:
@@ -31,6 +31,7 @@ func getRouter() *gin.Engine {
|
||||
routes.AddConfigRoutes(api)
|
||||
routes.AddSoundRoutes(api)
|
||||
routes.AddVideoArchiveRoutes(api)
|
||||
routes.AddUserEventLogRoutes(api)
|
||||
|
||||
router.NoRoute(func(c *gin.Context) {
|
||||
if strings.HasPrefix(c.Request.URL.String(), "/api/") {
|
||||
|
||||
Reference in New Issue
Block a user