Skip to content

Commit

Permalink
feat: update again
Browse files Browse the repository at this point in the history
  • Loading branch information
martinalbert committed May 7, 2024
1 parent cd7c674 commit 02f14b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buttercms_python_testing_fork/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Client(object):
"""Client"""
def __init__(self, auth_token):
self.auth_token = auth_token
self.url = 'https://api.buttercms.com/v3/'
self.url = 'https://api.buttercms.com/v4/'

def api_get(self, slug='', params=None, path_override=None):
payload = {
Expand Down

0 comments on commit 02f14b8

Please sign in to comment.