I came across a tutorial where they're naming api function like
public function signup_post()
But at the calling time they're just calling it via signup
keyword like this
baseurl/signup
in rest client and it works fine.
How's that possible?
What does that _post
do?