lab-64 / split-the-bill-server

Backend for the Split the Bill App
4 stars 0 forks source link

Add bill balance to GET /group and GET /group/{id} endpoint #126

Closed GR0ZA closed 9 months ago

GR0ZA commented 9 months ago

Right now GET /bill/{id} endpoint returns the balance of a bill. This is great. But we need this info also on GET /group and GET /group/{id} endpoint.