Last updated 6 months ago
A test route to check server health
Success
const response = await fetch('/api/health', { method: 'GET', headers: {}, }); const data = await response.json();