bin/httpthumbnailer in httpthumbnailer-1.1.1 vs bin/httpthumbnailer in httpthumbnailer-1.1.2

- old
+ new

@@ -69,10 +69,10 @@ on 'stats' do run StatsReporter end on 'health_check' do - write_plain 200, 'OK' + write_plain 200, 'HTTP Thumbnailer OK' end on root do write_plain 200, 'HTTP Thumbnailer' end