Skip to content

Commit

Permalink
Merge pull request #24 from jesuslosada/update-url
Browse files Browse the repository at this point in the history
Update API base URL
  • Loading branch information
dangra committed Jun 6, 2016
2 parents 8bd4137 + f6b4418 commit 0fefb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapinghub.py
Expand Up @@ -33,7 +33,7 @@ class Connection(object):
"""Main class to access Scrapinghub API.
"""

DEFAULT_ENDPOINT = 'https://dash.scrapinghub.com/api/'
DEFAULT_ENDPOINT = 'https://app.scrapinghub.com/api/'

API_METHODS = {
'addversion': 'scrapyd/addversion',
Expand Down

0 comments on commit 0fefb69

Please sign in to comment.