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 824aa02 commit ef5b6c7Copy full SHA for ef5b6c7
controllers/ManageController.php
@@ -61,7 +61,7 @@ public function behaviors()
61
'create' => ['get', 'post'],
62
'update' => ['get', 'post'],
63
'delete' => ['post'],
64
- 'image-upload' => ['post'],
+ 'file-upload' => ['post'],
65
],
66
67
'access' => [
0 commit comments