api-entities/common/dto/health.go
2024-12-06 13:24:56 +01:00

6 lines
81 B
Go

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