I have a controller to send send a message from my site:
example.com/contact/send-message
Ok here, but in my API I've created the same method:
api.example.com/contact/send-message
in the API should I keep the same method and just call the method inside the controller? When should I use controller methods or api methods?