refactor(ProxyController): Aktualisiert, um JsonResult zu verwenden, wenn es einen Körper in der Redir-Methode gibt.

This commit is contained in:
Developer 02
2025-01-30 11:39:18 +01:00
parent 1fde6e7e34
commit 7189b39d6b
3 changed files with 17 additions and 8 deletions

View File

@@ -1,10 +1,7 @@
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.HttpResults;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc;
namespace DigitalData.Swagger.MockAPI.Controllers
{
[Route("api/[controller]")]
[ApiController]
public class MockController : ControllerBase
{