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
The Decision Graph implies that GETs can't reach 404. In fact, it implies that only POST can reach a 404.
This is false in that a GET that defines an :exists? decision which returns false does in fact return a 404 with the body being controlled by :handle-not-found.
Also, none of the handlers are listed so it's difficult to see where they get called.