Skip to content

Commit

Permalink
fix: Fortress api endpoint change
Browse files Browse the repository at this point in the history
  • Loading branch information
John2360 committed Aug 1, 2024
1 parent 6d76d5b commit 731d324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fortress_sdk_python/fortress.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(
org_id: str,
api_key: str,
):
self.base_url = "https://api.fortress.build"
self.base_url = "https://api.fortress.build/api"
self.org_id = org_id
self.api_key = api_key

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fortress-sdk-python"
version = "0.1.1"
version = "0.1.2"
description = "Fortress Platform Python API SDK"
authors = ["Fortress <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 731d324

Please sign in to comment.