Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.

Commit 8617a17

Browse files
author
Jason Costello
committed
Support for https on main API_BASE
1 parent d7c107f commit 8617a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypervector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Author: Jason Costello <[email protected]>
33

44
API_KEY = None
5-
API_BASE = "http://api.hypervector.io/v1"
5+
API_BASE = "https://api.hypervector.io/v1"
66

77
from hypervector.resources.core import *

0 commit comments

Comments
 (0)