Hello when I call this api,
https://restapiaseem.000webhostapp.com/api/employees/get.php?id=10036
I receive below as response from my server,
{
"id": "10036",
"name": "Karun Nair",
"designation": "Marketing Head",
"mobile": "6988889799",
"email": "karunnair@gmail.com"
}
Is there any way to call this api look like this (removing the .php extension) https://restapiaseem.000webhostapp.com/api/employees/get?id=10036