Update route for proper routing
Docker Build and Release Upload / build (push) Has been cancelled

This commit is contained in:
2025-07-14 21:59:18 +00:00
parent b8634dbc87
commit 3b169f18d9
@@ -8,7 +8,7 @@ using MistoxWebsite.Server.Entities;
namespace MistoxWebsite.Server.Controllers { namespace MistoxWebsite.Server.Controllers {
[ApiController] [ApiController]
[Route("api/account/[controller]")] [Route("api/account/")]
public class AuthenticationController : MistoxControllerBase { public class AuthenticationController : MistoxControllerBase {
EmailService _emailContext; EmailService _emailContext;