This commit is contained in:
actualaardvark 2025-04-22 21:43:02 -05:00 committed by GitHub
commit 92e0ecbe3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -227,6 +227,12 @@ def api_info_for(site)
}
end
get '/api/supporter_status' do
require_api_credentials
api_success supporter: current_site.supporter?
end
# Catch-all for missing api calls
get '/api/:name' do