diff --git a/lib/api/api.rb b/lib/api/api.rb index 55fa0b3..2798d7f 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -21,7 +21,7 @@ class Api < Sinatra::Base end get '/' do - [410, json({ message: 'stats.zooniverse.org is now defunct in favor of our new stats service: eras.zooniverse.org. Please refer to ERAS API Docs: https://zooniverse.github.io/eras.' })] + [200, json({ message: 'stats.zooniverse.org is now defunct in favor of our new stats service: eras.zooniverse.org. Please refer to ERAS API Docs: https://zooniverse.github.io/eras.' })] end # sinkhole 404 & 400 responses