mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Renamed slideshow -> slide.
This commit is contained in:
4
api.go
4
api.go
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user