From e07226c0bf3d456f277710905cbcae7929ec5bf2 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Wed, 5 Aug 2020 17:12:13 +0200 Subject: [PATCH] fix nimble rest api --- storage/nimble/restapi/custom/api.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/nimble/restapi/custom/api.pm b/storage/nimble/restapi/custom/api.pm index c6e4d442e..d08a7ce4a 100644 --- a/storage/nimble/restapi/custom/api.pm +++ b/storage/nimble/restapi/custom/api.pm @@ -193,7 +193,7 @@ sub request_api { } my $content = $self->{http}->request( - endpoint => $options{endpoint}, + url_path => $options{endpoint}, warning_status => '', unknown_status => '', critical_status => '' );