Returns OK if the service is running
Returns
HealthCheckResponse = string
Health check
import FormbricksHub from '@formbricks/hub';
const client = new FormbricksHub();
const response = await client.health.check();
console.log(response);Returns OK if the service is running
import FormbricksHub from '@formbricks/hub';
const client = new FormbricksHub();
const response = await client.health.check();
console.log(response);