Skip to content

Commit 039a114

Browse files
author
Alfredo Tornero
committed
v2
1 parent 40fb18d commit 039a114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scharff.API.Utils/Controllers/BillingCourtController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public BillingCourtController(IMediator mediator)
1818
_mediator = mediator;
1919
}
2020

21-
[HttpGet("enterprise/{id_company}/businessUnitDOC")]
21+
[HttpGet("enterprise/{id_company}/businessUnitDOCv2")]
2222
[SwaggerOperation("Listado de Unidad de Negocio por Empresa")]
2323
[SwaggerResponse(200, "Retorna Listado de Unidad de Negocio", typeof(CustomResponse<List<ResponseGetBusinessUnitByIdCompany>>))]
2424
[SwaggerResponse(204, "No se encontro Unidad de Negocio")]

0 commit comments

Comments
 (0)