From a9d1e06b7e6c6faeb9ac3905f1e61ba5c09cd2fd Mon Sep 17 00:00:00 2001 From: Faizan Mulla Date: Mon, 15 Jan 2024 15:10:04 +0530 Subject: [PATCH] change base URL --- Implementing REST API's/test_api_req.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Implementing REST API's/test_api_req.py b/Implementing REST API's/test_api_req.py index e483661..3c789c1 100644 --- a/Implementing REST API's/test_api_req.py +++ b/Implementing REST API's/test_api_req.py @@ -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 ... ",