Skip to content

Commit c099e6a

Browse files
committed
#
Signed-off-by: Theo Truong <theotr@amazon.com>
1 parent 7f2fdf4 commit c099e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/cluster/health.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function healthFunc(params, options, callback) {
5151
let { body, index, ...querystring } = params;
5252
index = parsePathParam(index);
5353

54-
const path = ['/_cluster/health/', index].filter(c => c).join('').replace('//', '/');
54+
const path = ['/_cluster/health', index].filter(c => c).join('/');
5555
const method = 'GET';
5656
body = body || '';
5757

0 commit comments

Comments
 (0)