From 391501ebcf6173bcfcf64423972c0c633659d5e8 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Sat, 13 Mar 2021 23:26:17 -0500 Subject: [PATCH] Clean up++ --- www-swagg.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www-swagg.pl b/www-swagg.pl index 7182ea6..e5803ca 100755 --- a/www-swagg.pl +++ b/www-swagg.pl @@ -1,3 +1,4 @@ + #!/usr/bin/env perl # Daniel Bowling @@ -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')); };