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
Rename the itemApi routes from module-controller-action to module/controller/action.
Why?
This is because controllers with CamelCase controllers would not work module-camel-case-controller-action which would be /module/camel-case-controller/action
Old: itemApi('label', 'admin-user-index') new itemApi('label', 'admin/user/index')
The text was updated successfully, but these errors were encountered:
Rename the itemApi routes from module-controller-action to module/controller/action.
Why?
This is because controllers with CamelCase controllers would not work module-camel-case-controller-action which would be /module/camel-case-controller/action
Old:
itemApi('label', 'admin-user-index')
newitemApi('label', 'admin/user/index')
The text was updated successfully, but these errors were encountered: