add controllers docs

This commit is contained in:
Вячеслав 2025-04-27 15:58:51 +05:00
parent bfcba0beb7
commit fb3320fe18
4 changed files with 55 additions and 0 deletions

View file

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