Skip to content

Commit d580066

Browse files
committed
feat: change api URL to api.okama.io
1 parent f2e735b commit d580066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

okama/api/api_methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class API:
1111
"""
1212
# TODO: introduce 'from' & 'to' for dates.
1313

14-
api_url = "http://185.63.191.70:5000"
14+
api_url = "http://api.okama.io:5000"
1515
default_timeout = 5 # seconds
1616

1717
endpoint_ror = "/api/ts/ror/"

0 commit comments

Comments
 (0)