From 36322af284d9897a85a94990342b5c3bb0ce1d8c Mon Sep 17 00:00:00 2001 From: log101 Date: Tue, 3 Sep 2024 10:08:37 +0300 Subject: [PATCH] feat: return date in get handler --- handlers/handlers.go | 1 + 1 file changed, 1 insertion(+) diff --git a/handlers/handlers.go b/handlers/handlers.go index ba43473..475dead 100644 --- a/handlers/handlers.go +++ b/handlers/handlers.go @@ -112,6 +112,7 @@ func KonuluKonumGet(c *fiber.Ctx) error { "description": konuluKonum.Description, "radius": konuluKonum.Radius, "unlocked_counter": konuluKonum.UnlockedCounter, + "created_at": konuluKonum.CreatedAt, }) }