3 endpoints

Health

Base path: /health · Source: backend/src/modules/health/health.controller.ts

GET/health/live
público

Ejemplo curl

curl -X GET 'https://api.mosend.dev/health/live'
GET/health/ready
público

Ejemplo curl

curl -X GET 'https://api.mosend.dev/health/ready'
GET/health
público

Ejemplo curl

curl -X GET 'https://api.mosend.dev/health'