Renamed slideshow -> slide.

This commit is contained in:
Patrick Fairbank
2014-08-25 20:18:37 -07:00
parent 903a45030b
commit 450cd6766b
11 changed files with 174 additions and 172 deletions

4
api.go
View File

@@ -55,8 +55,8 @@ func MatchesApiHandler(w http.ResponseWriter, r *http.Request) {
}
}
func SponsorsApiHandler(w http.ResponseWriter, r *http.Request) {
sponsors, err := db.GetAllSponsorSlideshows()
func SponsorSlidesApiHandler(w http.ResponseWriter, r *http.Request) {
sponsors, err := db.GetAllSponsorSlides()
if err != nil {
handleWebErr(w, err)
return