Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jalexanderII committed Aug 28, 2023
1 parent b0e9326 commit 2e80fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parea/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class HTTPClient:
_instance = None
base_url = "http://localhost:8000/api/parea/v1" # "https://optimus-prompt-backend.vercel.app/api/parea/v1"
base_url = "https://optimus-prompt-backend.vercel.app/api/parea/v1"
api_key = None

def __new__(cls, *args, **kwargs):
Expand Down

0 comments on commit 2e80fe0

Please sign in to comment.