This commit is contained in:
derek.holloway
2025-07-15 11:02:30 -07:00
parent 8575ad225d
commit dd7b7e6de6
5 changed files with 4 additions and 27 deletions
@@ -8,7 +8,7 @@ using BoredCareers.Entities;
namespace BoredCareers.Controllers {
[ApiController]
[Route("api/account/[controller]")]
[Route("api/account/")]
public class AuthenticationController : MistoxControllerBase {
EmailService _emailContext;