qinchaoyue 4 meses atrás
pai
commit
9a55c657a0

+ 1 - 0
src/Hotline.Api/Controllers/Snapshot/SnapshotController.cs

@@ -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);