From 5e1196794e580020c83223724f31b2bb8d3b06cd Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sun, 30 Dec 2018 23:26:14 -0800 Subject: [PATCH] adding in real server address for get req --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index c6f94fb..c8227b9 100644 --- a/src/App.js +++ b/src/App.js @@ -32,7 +32,7 @@ class App extends Component { // Look for person's lat and lng in imported dataset search = (e) => { // get request to backend REST API - axios.get(`http://localhost:3000/physicianloc`, { + axios.get(`https://physiciansearch.herokuapp.com/physicianloc`, { params: { name: this.state.name }