I don't know how restler behaves. when i am passing getuser/2
it works fine, but when i am passing /getalluser
it gives
{
error: {
code: 404,
message: "Not Found"
}
}
But when i changed the function name getalluser
to buyalluser
it works fine.
Can anybody tell me whats the problem with my function names in restler framework?