Last updated 9 months ago
Check if 31Third is up and running
const response = await fetch('/0.1/healthcheck', { method: 'GET', headers: {}, }); const data = await response.json();
text