survey-webapp/SurveyBackend/SurveyBackend.API/Controllers/TestController.cs
2025-04-27 15:58:51 +05:00

13 lines
No EOL
256 B
C#

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