Skip to content
Snippets Groups Projects
Commit 3f5cb3c5 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

fix function call

parent 1efbb17a
No related branches found
No related tags found
No related merge requests found
......@@ -278,7 +278,7 @@ sub status {
my $health = {
status => $status,
host => hostname(),
host => Sys::Hostname::hostname(),
};
$self->render(status => 200, json => $health);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment