Skip to content

Commit 2d83427

Browse files
committed
fix(api): use v1
Signed-off-by: Chris Snow <[email protected]>
1 parent d0fa1ea commit 2d83427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hpecp/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(self, client):
2727

2828
def get(self):
2929
response = self.client._request(
30-
url="/api/v2/config",
30+
url="/api/v1/config",
3131
http_method="get",
3232
description="config/get",
3333
)

0 commit comments

Comments
 (0)