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
Don't attempt to get es doc in the Root controller
The parent class has a default action but dies because the Root controller
has no 'type', so just skip the logic and go straight to 404.
This fixes the previously added test.
0 commit comments