diff options
Diffstat (limited to 'org-clubhouse.el')
-rw-r--r-- | org-clubhouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-clubhouse.el b/org-clubhouse.el index fc670d10dd5d..3174da8bbd11 100644 --- a/org-clubhouse.el +++ b/org-clubhouse.el @@ -311,7 +311,7 @@ If set to nil, will never create stories with labels") ;;; API integration ;;; -(defvar org-clubhouse-base-url* "https://api.clubhouse.io/api/v2") +(defvar org-clubhouse-base-url* "https://api.clubhouse.io/api/v3") (defun org-clubhouse-auth-url (url &optional params) (concat url |