i tried to connect this to mssql
if i try
http://localhost:3000/api/cliente/8123123
i got everything
{"id_cliente":"8123123","apellidoCliente":"Lopez","nombreCliente":"Daniel","SexoCliente":"M","TelefonoCliente":"987654321","CorreoCliente":"[email protected]"}
but in the buttom when i press it, it doesnt do something and send this to the development inspect
modificar.html:83 Error finding the client: Error: Not Found
at HTMLButtonElement.<anonymous> (modificar.html:74:41)```
i dont understand