api-entities/common/dto/health.go
2024-12-06 16:14:44 +01:00

6 lines
78 B
Go

package dto
type HealthResponseDTO struct {
Status string `json:"status"`
}