update runner

This commit is contained in:
Ramon Ramirez 2026-01-14 10:12:11 -04:00
parent 9e6841f4bf
commit 631bd19f1a
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import org.eclipse.microprofile.openapi.annotations.responses.APIResponses;
import java.util.Objects;
@Slf4j
@Path("/dom-service-order-payment-search")
@Path("/service-order-payment-search")
@Produces(MediaType.APPLICATION_JSON)
@Consumes(MediaType.APPLICATION_JSON)
public class ServiceOrderPaymentSearchResource {