@@ -23,4 +23,5 @@ func ApiHandler(r *gin.RouterGroup) {
|
||||
r.POST("/join", eventHandler.Join)
|
||||
r.GET("/list", eventHandler.List)
|
||||
r.GET("/attendance", middleware.Permission(40), eventHandler.AttendanceList)
|
||||
r.GET("/joined", eventHandler.Joined)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user