fix date to localdate

This commit is contained in:
xds
2025-02-17 22:16:27 +03:00
parent cb9a98dec5
commit 2610eb0404
4 changed files with 25 additions and 2 deletions

View File

@@ -124,6 +124,8 @@ class SpaceController(
}
}
@GetMapping("/{spaceId}/transactions/{id}")
fun getTransaction(
@PathVariable spaceId: String,