We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c8fb2 commit 794b9c7Copy full SHA for 794b9c7
1 file changed
vedastro/calculate.py
@@ -9,7 +9,7 @@
9
10
class Calculate:
11
api_key = None
12
- base_url = "http://vedastro.azurewebsites.net/api/Calculate"
+ base_url = "http://api.vedastro.org/api/Calculate"
13
14
@classmethod
15
def SetAPIKey(cls, api_key):
0 commit comments