Can I capture the following two routes in a single line?
GET /game controllers.Main.app.gamelist
GET /game/ controllers.Main.app.gamelist
This is currently not supported and a ticket has been submitted to the issue tracker. There is also a discussion regarding this (including some workarounds) on Google Groups.
Hopefully this will be implemented in some smart way soon.
If you are using playframework 1.x then it is:
GET /game/? controllers.Main.app.gamelist
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With