Files
api-entities/common/dto/health.go
Piotr Biernat 2cf4d4c25d module update
2024-12-06 16:14:44 +01:00

6 lines
78 B
Go

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