On Mon, Feb 19, 2018 at 4:15 AM, <[email protected]> wrote: > Hi, > > I tried things like > > app->hook(before_routes => sub { > my $c = shift; > print "Hi\n" > }); > > Changing "before_routes" with other things but impossible : I catch all > the links except my download link :( >
I think you want before_dispatch <http://mojolicious.org/perldoc/Mojolicious#before_dispatch>. *Emitted right before the static file server and router start their work. * -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
