This commit is contained in:
Alan Moon 2025-03-14 14:09:21 -07:00
parent 5ea9b5db3b
commit 3a58938f59

View File

@ -6,7 +6,6 @@ namespace sodoff.Controllers.Common
public class PingController : Controller public class PingController : Controller
{ {
[HttpPost] [HttpPost]
[Produces("applcation/xml")]
[Route("PingWebService.asmx/GetPingPayload")] [Route("PingWebService.asmx/GetPingPayload")]
public IActionResult GetPingPayload() public IActionResult GetPingPayload()
{ {