byterock / mojolicious-plugin-routes-restful

A Mojo Plugin for Restrul route creation
0 stars 0 forks source link

typo in pod #9

Closed byterock closed 1 year ago

byterock commented 6 years ago

This UPDATE

This opens the 'GET' method of your API resource and always points to an 'update' sub in the resource controller.

should be

UPDATE

This opens the 'PATCH' method of your API resource and always points to an 'update' sub in the resource controller.

byterock commented 1 year ago

fixed in 0.04