historical deletion of test controller...

This commit is contained in:
Вячеслав 2025-05-20 17:11:00 +05:00
parent d3830eacc4
commit a7566e2cd3

View file

@ -1,13 +0,0 @@
using Microsoft.AspNetCore.Mvc;
using SurveyLib.Core.Services;
namespace SurveyBackend.Controllers;
/// <summary>
/// Удалим когда-нибудь
/// </summary>
[ApiController]
[Route("api/test")]
public class TestController : ControllerBase
{
}