Skip to content

Commit

Permalink
Deploying API to a live public URL endpoint (using render.com)
Browse files Browse the repository at this point in the history
  • Loading branch information
faizanxmulla committed Jan 15, 2024
1 parent 7ccdeb5 commit cb1c51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Implementing REST API's/test_api_req.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import requests

base_url = "http://127.0.0.1:5000/text-processing"
base_url = "https://book-review-api-twy8.onrender.com/text-processing"

params = {
"text": "my name is ... ",
Expand Down

0 comments on commit cb1c51d

Please sign in to comment.