API everywhere

This commit is contained in:
Вячеслав 2025-04-21 04:15:40 +05:00
parent 6692a91821
commit c89a87d73c
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ using IAuthorizationService = SurveyBackend.Core.Services.IAuthorizationService;
namespace SurveyBackend.Controllers;
[ApiController]
[Route("auth")]
[Route("api/auth")]
public class AuthController : ControllerBase
{
private readonly IAuthorizationService _authorizationService;