Skip to content

Commit

Permalink
Check for localserver
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaminus committed Jul 30, 2018
1 parent d6625a4 commit be3b5d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/Realtime/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export default class Realtime extends Component {
result: "Internet Connected",
value: "Please wait for the server"
});
//fetch("https://192.168.1.72:8080/classify_image/", {
fetch("https://nazar-server.herokuapp.com/classify_image/", {
method: "POST",
headers: {
Expand Down

0 comments on commit be3b5d1

Please sign in to comment.