diff --git a/vroom.pl b/vroom.pl index e32a3a9..85b75e2 100755 --- a/vroom.pl +++ b/vroom.pl @@ -1574,8 +1574,8 @@ any '/api' => sub { } return $self->render( json => { - msg => 'error', - status => $self->l('ERROR_OCCURRED') + status => 'error', + msg => $self->l('ERROR_OCCURRED') } ); }