diff --git a/SurveyBackend/SurveyBackend.API/Controllers/TestController.cs b/SurveyBackend/SurveyBackend.API/Controllers/TestController.cs deleted file mode 100644 index 2d7a6ca..0000000 --- a/SurveyBackend/SurveyBackend.API/Controllers/TestController.cs +++ /dev/null @@ -1,13 +0,0 @@ -using Microsoft.AspNetCore.Mvc; -using SurveyLib.Core.Services; - -namespace SurveyBackend.Controllers; - -/// -/// Удалим когда-нибудь -/// -[ApiController] -[Route("api/test")] -public class TestController : ControllerBase -{ -} \ No newline at end of file