add controllers docs
This commit is contained in:
parent
bfcba0beb7
commit
fb3320fe18
4 changed files with 55 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ using SurveyLib.Core.Services;
|
|||
|
||||
namespace SurveyBackend.Controllers;
|
||||
|
||||
/// <summary>
|
||||
/// Удалим когда-нибудь
|
||||
/// </summary>
|
||||
[ApiController]
|
||||
[Route("api/test")]
|
||||
public class TestController : ControllerBase
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue