feat: return date in get handler
All checks were successful
/ build-and-push-image (push) Successful in 1m24s
All checks were successful
/ build-and-push-image (push) Successful in 1m24s
This commit is contained in:
parent
fc281bc12b
commit
36322af284
|
@ -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,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user