Reverted to breaking changes

This commit is contained in:
2024-09-26 12:35:53 +02:00
parent e8eb5bd260
commit c3f8615eba
2 changed files with 1 additions and 17 deletions

View File

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