From e09ff9e64ef823681938c3c3079fa4d988497437 Mon Sep 17 00:00:00 2001 From: Reese Norris Date: Sun, 25 May 2025 14:54:31 -0700 Subject: [PATCH] rename atc to controllers in datafeed --- web/data.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/data.go b/web/data.go index 143e1f8..c557c26 100644 --- a/web/data.go +++ b/web/data.go @@ -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 {