Skip to content

Commit

Permalink
update 200
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 committed Dec 18, 2023
1 parent d47a913 commit 2f78625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f78625

Please sign in to comment.