ajout d'info disponible à partir de l'appli web
This commit is contained in:
parent
3996187366
commit
1e6c7fd300
@ -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) = @_;
|
||||
|
||||
|
Reference in New Issue
Block a user