@@ -247,6 +247,7 @@ public class SnapshotController : BaseController
/// </summary>
/// <param name="dto"></param>
/// <returns></returns>
+ [HttpPost("report")]
public async Task<AddVolunteerReportOutDto> AddVolunteerReportAsync([FromBody] AddVolunteerReportInDto dto)
=> await _snapshotApplication.AddVolunteerReportAsync(dto, HttpContext.RequestAborted);