Clean up++

This commit is contained in:
swagg boi 2021-03-13 23:26:17 -05:00
parent f02ebbae63
commit 391501ebcf

View file

@ -1,3 +1,4 @@
#!/usr/bin/env perl
# Daniel Bowling <swaggboi@slackware.uk>
@ -93,7 +94,7 @@ get '/ula6' => sub {
# Default route
get '/:route' => [route => [qw{die me news}]] => sub {
my ($c) = @_;
my ($c) = @_;
$c->render(template => $c->stash('route'));
};