We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2711b6c commit d9901a2Copy full SHA for d9901a2
lib/Mojolicious/Plugin/Restify.pm
@@ -582,7 +582,7 @@ The following options allow a I<collection> to be fine-tuned.
582
=item collection_method_map
583
584
$r->collection(
585
- 'invoives',
+ 'invoices',
586
{
587
collection_method_map => {
588
get => 'list',
@@ -639,7 +639,7 @@ actions will be created.
639
=item element_method_map
640
641
642
643
644
element_method_map => {
645
'delete' => 'delete',
0 commit comments