caelum / vraptor4

A web MVC action-based framework, on top of CDI, for fast and maintainable Java development.
http://vraptor.org
Apache License 2.0
349 stars 329 forks source link

Update controllers-rest.html #1143

Open manoelcampos opened 4 years ago

manoelcampos commented 4 years ago

Changes CustomerController.view to Customercontroller.show at the 1st section. That makes the name of the method consistent with the other examples on the page. The text mentioned the URI /customer/show, while the action in the controller was named view instead of show.