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

fix function call

parent 1efbb17a
Branches feature/csrf
Tags v2.2.0
No related merge requests found
...@@ -278,7 +278,7 @@ sub status { ...@@ -278,7 +278,7 @@ sub status {
my $health = { my $health = {
status => $status, status => $status,
host => hostname(), host => Sys::Hostname::hostname(),
}; };
$self->render(status => 200, json => $health); $self->render(status => 200, json => $health);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment