ping bug fix

This commit is contained in:
Alan Moon 2025-03-14 14:08:12 -07:00
parent 03a16df394
commit 5ea9b5db3b

View File

@ -3,7 +3,6 @@ using Microsoft.AspNetCore.Mvc;
namespace sodoff.Controllers.Common
{
[ApiController]
public class PingController : Controller
{
[HttpPost]