mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
chore: revert dynamic params as a safe experiment (#17510)
This commit is contained in:
@ -29,6 +29,6 @@ func (api *API) handleExperimentsGet(rw http.ResponseWriter, r *http.Request) {
|
||||
func handleExperimentsSafe(rw http.ResponseWriter, r *http.Request) {
|
||||
ctx := r.Context()
|
||||
httpapi.Write(ctx, rw, http.StatusOK, codersdk.AvailableExperiments{
|
||||
Safe: codersdk.ExperimentsAll,
|
||||
Safe: codersdk.ExperimentsSafe,
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user