From 2f786255a5510467d4c45953ca5818d87dfa7d6a Mon Sep 17 00:00:00 2001 From: yuenmichelle1 Date: Mon, 18 Dec 2023 14:20:08 -0600 Subject: [PATCH] update 200 --- lib/api/api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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