X-Git-Url: http://nitlanguage.org diff --git a/lib/nitcorn/restful.nit b/lib/nitcorn/restful.nit index 158643a..4342a11 100644 --- a/lib/nitcorn/restful.nit +++ b/lib/nitcorn/restful.nit @@ -16,7 +16,7 @@ module restful is new_annotation(restful) import nitcorn -import json::serialization +import json # Action with `restful` methods class RestfulAction