qinchaoyue hai 4 meses
pai
achega
9a55c657a0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/Hotline.Api/Controllers/Snapshot/SnapshotController.cs

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