Files
2024-01-14 11:47:50 +01:00

6 lines
70 B
Go

package api
type PingDto struct {
Message string `json:"message"`
}