Esempio n. 1
0
func Register(r *gin.Engine) {
	views(r)
	api(r.Group("/api"))
}