Added a more sensible server running message
This commit is contained in:
parent
1f23c616f7
commit
bf9cc55869
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue