mirror of
https://github.com/renorris/openfsd
synced 2026-03-22 14:35:36 +08:00
rename atc to controllers in datafeed
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user