How to add a prefix to all my routes in Play Framework 2?

Viewed 4974

In play 1.x you had the http.path param which allowed you to set a url to add to every route

http.param

How can I achieve someting similar in play 2.0?

2 Answers
Related