Skip to content

Commit

Permalink
fixed return type so models are correctly discovered
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed May 14, 2012
1 parent 1e2f291 commit 91670c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object HealthController extends SwaggerBaseApiController {

@Path("/health")
@ApiOperation(value = "Returns health report on this JVM",
responseClass = "com.wordnik.swagger.discover.Health",
responseClass = "com.wordnik.util.perf.Health",
httpMethod = "GET")
def getHealth() = Action { request =>
try {
Expand Down

0 comments on commit 91670c5

Please sign in to comment.