You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Action controllers should implement either HttpGetActionInterface, HttpPostActionInterface, or both (when no interface is implemented it also supports both).
I propose adding a column that shows that info;
$ magerun2 route:list | grep elgentos
| frontend | elgentos_ups | Elgentos_Ups | elgentos_ups/ajax/upslocations | POST |
| frontend | elgentos_ups | Elgentos_Ups | elgentos_ups/ajax/updateupslocation | POST, GET |
| adminhtml | elgentos_mandrill | Elgentos_Mandrill | elgentos_mandrill/account/test | GET |
| adminhtml | elgentos_customproduct | Elgentos_CustomProduct | elgentos_customproduct/ajax/tax | POST, GET |
The text was updated successfully, but these errors were encountered:
Action controllers should implement either
HttpGetActionInterface
,HttpPostActionInterface
, or both (when no interface is implemented it also supports both).I propose adding a column that shows that info;
The text was updated successfully, but these errors were encountered: