Files
api-entities/common/dto/health.go

6 lines
81 B
Go

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