How could I allow a parameter with a FIXED value (not Optional) in Play! routes so as to restrict any manipulation?
For example,
GET /:page controllers.Application.show(page)
where, I want to fix the value of page to "pinkman" (say) and not allow anything else?
Aucun commentaire:
Enregistrer un commentaire