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
As The User is extend from Model it gets its find method , in find method the path is hardcoded
thats why the User even with different @pathBase: -> "/users" has its path same as model /classes/
This obvious needs to be fixed