Skip to content

Instantly share code, notes, and snippets.

@scottw
Created March 14, 2017 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottw/3d00966ce2efc3a6338822097d4f5ad0 to your computer and use it in GitHub Desktop.
Save scottw/3d00966ce2efc3a6338822097d4f5ad0 to your computer and use it in GitHub Desktop.
sub docs {
my $c = shift->openapi->valid_input or return;
$c->app->routes->lookup('docs')->to->{cb}->($c);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment