mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Rename 'pit' display to 'rankings'.
This commit is contained in:
@@ -113,7 +113,7 @@ func (web *Web) sponsorSlidesApiHandler(w http.ResponseWriter, r *http.Request)
|
||||
}
|
||||
}
|
||||
|
||||
// Generates a JSON dump of the qualification rankings, primarily for use by the pit display.
|
||||
// Generates a JSON dump of the qualification rankings, primarily for use by the rankings display.
|
||||
func (web *Web) rankingsApiHandler(w http.ResponseWriter, r *http.Request) {
|
||||
rankings, err := web.arena.Database.GetAllRankings()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user