Kontur developer assaulted me about using [controller] in route

This commit is contained in:
Вячеслав 2025-03-25 22:28:55 +05:00
parent f9a680c554
commit 950babb68c

View file

@ -4,7 +4,7 @@ using SurveyBackend.DTOs;
namespace SurveyBackend.Controllers;
[ApiController]
[Route("[controller]")]
[Route("auth")]
public class AuthController : ControllerBase
{
[HttpPost("login")]