nitc :: APIStarsWorst :: defaultinit
# Best rated entities class APIStarsWorst super APIFeedBack redef fun get(req, res) do res.api_json(req, new JsonArray.from(config.stars.worst_rated)) end end