Skip to content

Commit

Permalink
fix: Update domain name of vshield API.
Browse files Browse the repository at this point in the history
  • Loading branch information
airblast-dev committed Jun 4, 2024
1 parent 7524672 commit 8ac1e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vshieldpy/api_defs/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from httpx import URL

# Env variable should only be used if vShields API path is changed, or for testing purposes.
VS_API_URL = getenv("VS_API_URL") or "https://api.vshield.pro"
VS_API_URL = getenv("VS_API_URL") or "https://api.vshield.com"


def _url_factory(url: str) -> URL:
Expand Down

0 comments on commit 8ac1e0a

Please sign in to comment.