package main import ( "biukop.com/sfm/loan" "net/http" ) func apiV1ChartTopBroker(w http.ResponseWriter, r *http.Request, ss *loan.Session) { data := loan.TopBroker() //send out apiV1SendJson(data, w, r, ss) }