diff --git a/src/InterfaceForward.Application/Services/InterfaceForwardService.cs b/src/InterfaceForward.Application/Services/InterfaceForwardService.cs index ab7423e..ac7d73c 100644 --- a/src/InterfaceForward.Application/Services/InterfaceForwardService.cs +++ b/src/InterfaceForward.Application/Services/InterfaceForwardService.cs @@ -37,7 +37,7 @@ public class InterfaceForwardService : ApplicationService _httpContextAccessor = httpContextAccessor; } - [HttpPost("Itfx/BatchRequest")] + [HttpPost("InterfaceForward/BatchRequest")] public async Task BatchForwardThenPushToQueueAsync( [FromQuery] [Required] string standardCode, [FromQuery] [Required] string supplierCode, @@ -110,7 +110,7 @@ public class InterfaceForwardService : ApplicationService }; } - [HttpPost("Itfx/ForwardWithSubscribe")] + [HttpPost("InterfaceForward/ForwardWithSubscribe")] public async Task ForwardWithSubscribeAsync( [FromQuery] [Required] string standardCode, [FromQuery] [Required] string supplierCode,