Reverted some changes for not breaking release

This commit is contained in:
2024-09-26 12:17:46 +02:00
parent b702a10138
commit d733c7d401
2 changed files with 17 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ using Microsoft.AspNetCore.Mvc;
namespace HopFrame.Api.Controller;
[ApiController]
[Route("api/v1/authentication")]
[Route("authentication")]
public class SecurityController(IAuthLogic auth) : ControllerBase {
[HttpPut("login")]