ayush / swagger-play2

Enables Swagger on Play 2.0
http://swagger.wordnik.com
18 stars 6 forks source link

Switch over to using resource stream to load conf/routes #3

Closed jurrchen closed 12 years ago

jurrchen commented 12 years ago

Switched over from using file paths when loading conf/routes to a resource stream.

This should resolve problems with loading routes when deploying using 'play dist' (when your project is packed into a jar)