Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo at documentation #1230

Open
KES777 opened this issue Jan 11, 2022 · 1 comment
Open

Typo at documentation #1230

KES777 opened this issue Jan 11, 2022 · 1 comment

Comments

@KES777
Copy link
Contributor

KES777 commented Jan 11, 2022

It is here

hook before sub {
    if ($some_condition) {
        halt("Unauthorized");
        # This code is not executed :
        do_stuff();
    }
};
 
get '/' => sub {
    "hello there";
};

must be hook before => sub {

@KES777
Copy link
Contributor Author

KES777 commented Jan 12, 2022

#2

after_serializer hook is not documented at all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant