Skip to content

Issue #68 - Check for c->validation in API controllers

Martin Renvoize requested to merge issue_68 into master

The use of the internal function $c->validation, from Mojolicious::Plugin::OpenAPI, should be avoided as there's no promise that it will endure in that plugin.

Merge request reports