예제 #1
0
파일: handlers.go 프로젝트: tiborv/tibomat
func Register(r *gin.Engine) {
	views(r)
	api(r.Group("/api"))
}