We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8654118 commit c2268b1Copy full SHA for c2268b1
1 file changed
python_anvil/api_resources/requests.py
@@ -59,7 +59,7 @@ def run_query(self, method, query, variables=None):
59
60
61
class RestRequest(AnvilRequest):
62
- API_HOST = "http://app.useanvil.com"
+ API_HOST = "https://app.useanvil.com"
63
API_BASE = "api"
64
API_VERSION = "v1"
65
0 commit comments