Lil cleanup

This commit is contained in:
swagg boi 2021-12-10 18:45:59 -05:00
parent 16f5cdde79
commit 0b1e090e73

View file

@ -8,7 +8,7 @@ my $script = curfile->dirname->sibling('www-swagg.pl');
my $t = Test::Mojo->new($script);
my @routes = ('', 'ula6', 'die', 'me', 'news', 'portal');
my %guest_form = (
name => 'AliceTug',
name => 'AliceTug',
location => 'Reston, VA',
message => 'Ayy... lmao'
);