Convert remaining return calls in route blocks to next calls, because return only worked because the route block was converted to a method, and that may change in the future.
Convert remaining return calls in route blocks to next calls, because return only worked because the route block was converted to a method, and that may change in the future.