package admin import ( "net/http" "git.quimbo.fr/odwrtw/canape/backend/web" ) // GetModulesStatuses return the statuses of all the modules func GetModulesStatuses(env *web.Env, w http.ResponseWriter, r *http.Request) error { return env.RenderJSON(w, env.Config.ModulesStatus()) }