예제 #1
0
파일: main.go 프로젝트: nihao/goweb
func (cr *MyAPIController) Delete(id string, cx *goweb.Context) {
	cx.RespondWithOK()
}