Skip to content

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiHoropatskyiDelinea authored Feb 9, 2024
1 parent eb9c021 commit b9c3473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delinea/secrets/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def __init__(

self.base_url = base_url.rstrip("/")
self.authorizer = authorizer
self.api_url = f"{base_url}/{api_path_uri.strip('/')}"
self.api_url = f"{self.base_url}/{api_path_uri.strip('/')}"

def get_secret_json(self, id, query_params=None):
"""Gets a Secret from Secret Server
Expand Down

0 comments on commit b9c3473

Please sign in to comment.