feat: return date in get handler
All checks were successful
/ build-and-push-image (push) Successful in 1m24s

This commit is contained in:
log101 2024-09-03 10:08:37 +03:00
parent fc281bc12b
commit 36322af284

View File

@ -112,6 +112,7 @@ func KonuluKonumGet(c *fiber.Ctx) error {
"description": konuluKonum.Description, "description": konuluKonum.Description,
"radius": konuluKonum.Radius, "radius": konuluKonum.Radius,
"unlocked_counter": konuluKonum.UnlockedCounter, "unlocked_counter": konuluKonum.UnlockedCounter,
"created_at": konuluKonum.CreatedAt,
}) })
} }