예제 #1
0
파일: team.go 프로젝트: robxu9/reservoir
func (cr *TeamAPIController) DeleteMany(cx *goweb.Context) {
	cx.RespondWithStatus(http.StatusForbidden)
}
예제 #2
0
파일: handlers.go 프로젝트: beer-root/toris
func (cr *OtterAPIController) UpdateMany(cx *goweb.Context) {
	cx.RespondWithStatus(http.StatusForbidden)
}