All of the Hapi examples (and similar in Express) shows routes are defined in the starting file:
var Hapi = require(\'hapi\'); var server = new Hapi.Server(); s
Try hapi-auto-route plugin! It's is very simple to use and allow prefix in your route path.
Full disclosure: I am the author of this plugin