Skip to content

Commit

Permalink
retrun should be pong
Browse files Browse the repository at this point in the history
  • Loading branch information
joewilliams committed Oct 18, 2011
1 parent 41f8381 commit d3dd480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/folsom_webmachine_ping_resource.erl
Expand Up @@ -38,4 +38,4 @@ allowed_methods(ReqData, Context) ->
{['GET'], ReqData, Context}.

to_json(ReqData, Context) ->
{mochijson2:encode([{"ping", ok}]), ReqData, Context}.
{mochijson2:encode([{"pong", ok}]), ReqData, Context}.

0 comments on commit d3dd480

Please sign in to comment.