rename atc to controllers in datafeed

This commit is contained in:
Reese Norris
2025-05-25 14:54:31 -07:00
parent 933edc0478
commit e09ff9e64e

View File

@@ -270,7 +270,7 @@ func (s *Server) getBaseURLOrErr(c *gin.Context) (baseURL string, ok bool) {
type Datafeed struct {
General DatafeedGeneral `json:"general"`
Pilots []DatafeedPilot `json:"pilots"`
ATC []DatafeedATC `json:"atc"`
ATC []DatafeedATC `json:"controllers"`
}
type DatafeedGeneral struct {