Skip to content

Commit

Permalink
change base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
faizanxmulla committed Jan 15, 2024
1 parent 8433790 commit a9d1e06
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 a9d1e06

Please sign in to comment.