poeticninja / hapi-ninja

Boilerplate Hapi server example. Node.js, Hapi, and Swig.
MIT License
378 stars 56 forks source link

Removing useless require of routes #6

Closed NicolasRitouet closed 10 years ago

NicolasRitouet commented 10 years ago

This require is useless, since we require the routes afterwards with the server as argument.

jonlinper commented 10 years ago

I agree.

poeticninja commented 10 years ago

Thanks!