mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 01:22:48 +00:00
added logger
This commit is contained in:
@@ -23,6 +23,7 @@ func getRouter() *gin.Engine {
|
||||
api.GET("/ytdownloader", handlers.Downloader)
|
||||
api.GET("/soundlist", handlers.SoundList)
|
||||
api.GET("/cliplist", handlers.ClipList)
|
||||
api.GET("/logs", handlers.GetLogs)
|
||||
api.POST("/oauth", handlers.Oauth)
|
||||
|
||||
authorizedAPI := router.Group("/api")
|
||||
|
||||
Reference in New Issue
Block a user