Skip to content

Commit 59cbc90

Browse files
author
Arnav Gupta
committed
use the fully qualified domain name, as the ip address may change (no guarantee of it being static)
1 parent d902980 commit 59cbc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/src/main/java/in/ac/dtu/subtlenews/UpdateNews.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ protected String doInBackground(Void... v){
7070

7171
try {
7272
HttpClient httpclient = new DefaultHttpClient();
73-
HttpResponse response = httpclient.execute(new HttpGet("http://162.243.238.19/sauravtom/summary.txt"));
73+
HttpResponse response = httpclient.execute(new HttpGet("http://springboard.championswimmer.in/sauravtom/summary.txt"));
7474
HttpEntity entity = response.getEntity();
7575
String result = EntityUtils.toString(entity);
7676
return result;

0 commit comments

Comments
 (0)