forked from nixcn/nixcn-cms
Add meilisearch for user and event
Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
7
service/event/handler.go
Normal file
7
service/event/handler.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package event
|
||||
|
||||
import "github.com/gin-gonic/gin"
|
||||
|
||||
func Handler(r *gin.RouterGroup) {
|
||||
r.GET("/info", Info)
|
||||
}
|
||||
Reference in New Issue
Block a user