Skip to content

Commit

Permalink
use deployed ip
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonQiu21 committed Oct 8, 2023
1 parent 505b9f4 commit be51b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frieren-cli/frieren-cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
print(fern)

# Make api call
r = requests.post("http://127.0.0.1:8080/repos", json=fern)
r = requests.post("http://104.248.58.127/api/repos", json=fern)
if not 200 <= r.status_code < 300:
print("Error registering project")
else:
Expand Down

0 comments on commit be51b30

Please sign in to comment.