示例#1
0
文件: api.go 项目: tiborv/tibomat
func api(r *gin.RouterGroup) {
	partyAPI(r)
	answerAPI(r)
	questionAPI(r)
	dbAPI(r.Group("/db"))
}