Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 3a41a8f

Browse files
committed
Switch API to api.protonvpn.ch
1 parent 70acedf commit 3a41a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protonvpn_cli/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
def call_api(endpoint, json_format=True, handle_errors=True):
2424
"""Call to the ProtonVPN API."""
2525

26-
api_domain = "https://api.protonmail.ch"
26+
api_domain = "https://api.protonvpn.ch"
2727
url = api_domain + endpoint
2828

2929
headers = {

0 commit comments

Comments
 (0)