Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Update base URL after database recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmeiri authored Jun 21, 2018
1 parent 590d32c commit bba190b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugswarm/common/rest_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from . import log

_BASE_URL = 'http://52.173.92.238/api/v1'
_BASE_URL = 'http://23.101.122.54/api/v1'
_ARTIFACTS_RESOURCE = 'artifacts'
_MINED_BUILD_PAIRS_RESOURCE = 'minedBuildPairs'
_MINED_PROJECTS_RESOURCE = 'minedProjects'
Expand Down

0 comments on commit bba190b

Please sign in to comment.