Remove unstable features

This commit is contained in:
Hilmar Gústafsson 2020-04-13 10:35:43 +02:00
parent 71337ff839
commit 3a434a304d

View file

@ -69,14 +69,12 @@ func Setup(
Code: http.StatusOK, Code: http.StatusOK,
JSON: struct { JSON: struct {
Versions []string `json:"versions"` Versions []string `json:"versions"`
UnstableFeatures map[string]bool `json:"unstable_features"`
}{[]string{ }{[]string{
"r0.0.1", "r0.0.1",
"r0.1.0", "r0.1.0",
"r0.2.0", "r0.2.0",
"r0.3.0", "r0.3.0",
}, map[string]bool{}, }},
},
} }
}), }),
).Methods(http.MethodGet, http.MethodOptions) ).Methods(http.MethodGet, http.MethodOptions)