update sunday

This commit is contained in:
Chris Chen
2026-06-23 20:20:12 -07:00
parent a2ecc895de
commit b0deb62c82
5 changed files with 15 additions and 8 deletions
@@ -16,7 +16,7 @@ public class MealAttendanceController : ControllerBase
[HttpGet("today")]
[AllowAnonymous]
public async Task<IActionResult> GetToday()
=> Ok(await _svc.GetOrCreateAsync(_svc.Today));
=> Ok(await _svc.GetOrCreateAsync(_svc.ServiceDay));
/// <summary>Daily counts within a date range, for the back-office dashboard chart.</summary>
[HttpGet]