Get application readiness status
Last updated 1 year ago
const response = await fetch('//www.mameex.com/api/v2/live/public/health/ready', { method: 'GET', headers: {}, }); const data = await response.json();