Skip to content

Commit

Permalink
Merge pull request #83 from hackthebox/change-url-to-labs
Browse files Browse the repository at this point in the history
change HTB_URL to labs.hackthebox.com
  • Loading branch information
makelarisjr authored Dec 19, 2023
2 parents 52f6858 + 3bc83f1 commit 03f0539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class Global(BaseSettings):
LOG_LEVEL: str | int = "INFO"
DEBUG: bool = False

HTB_URL: str = "https://www.hackthebox.com"
HTB_URL: str = "https://labs.hackthebox.com"
API_URL: str = f"{HTB_URL}/api"
API_V4_URL: str = f"{API_URL}/v4"
HTB_API_SECRET: str | None = None
Expand Down

0 comments on commit 03f0539

Please sign in to comment.