ajout d'info disponible à partir de l'appli web

master
karchnu 2016-01-19 05:26:54 +01:00
parent 3996187366
commit 1e6c7fd300
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@ our $isviewtest = is_view_test(get_cfg());
our $VERSION = '0.1';
get '/info' => sub {
my $str = "This is : " . config->{appname} . "<br>";
$str .= "environment : " . config->{environment} . "<br>";
};
sub what_is_next {
my ($res) = @_;