Added a more sensible server running message

This commit is contained in:
piratefinn 2016-09-19 12:51:22 +01:00
parent 1f23c616f7
commit bf9cc55869

View file

@ -21,7 +21,7 @@ helper db => sub { $dbh };
any '/' => sub {
my $self = shift;
$self->render(text => 'It did not kaboom!');
$self->render(text => 'If you are seeing this, then the server is running.');
};
post '/upload' => sub {