Error in RoutingDsl

Hello.I can’t run example with RoutingDsl.


And must I to change anything in file conf/routes?

Hi @avzlobin79,

The import is wrong. It should be:

import play.libs.Json;

See this section of the docs: Binding Routing DSL.

Best.