chore: useBasePath("/api") & better local forwarded headers

refactor from workaround hack to idempotent solution
This commit is contained in:
2023-12-27 16:25:08 +01:00
parent c1cd056495
commit ea5bdd7f1e
4 changed files with 28 additions and 11 deletions
@@ -8,7 +8,7 @@ using Microsoft.AspNetCore.Mvc;
namespace Kemkas.Web.Controllers;
[ApiController]
[Route("api/[controller]")]
[Route("[controller]")]
public class CharacterController(
ICharacterValidationService validationService,
ICharacterDtoToDbModelService dtoToDbModelService,