Example #1
0
func api(r *gin.RouterGroup) {
	partyAPI(r)
	answerAPI(r)
	questionAPI(r)
	dbAPI(r.Group("/db"))
}