mirror of
https://github.com/renorris/openfsd
synced 2026-04-20 18:07:11 +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 {
|
type Datafeed struct {
|
||||||
General DatafeedGeneral `json:"general"`
|
General DatafeedGeneral `json:"general"`
|
||||||
Pilots []DatafeedPilot `json:"pilots"`
|
Pilots []DatafeedPilot `json:"pilots"`
|
||||||
ATC []DatafeedATC `json:"atc"`
|
ATC []DatafeedATC `json:"controllers"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type DatafeedGeneral struct {
|
type DatafeedGeneral struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user