Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 06dbc68

Browse files
committed
fixed uri in android app
1 parent 43c888e commit 06dbc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PullRequestR/android/app/src/main/java/com/example/pullrequestr/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ protected void onCreate(Bundle savedInstanceState) {
3030
super.onCreate(savedInstanceState);
3131
setContentView(R.layout.activity_main);
3232

33-
String url = "https://githubreceiverjavascript.azurewebsites.net/api";
33+
String url = "https://YOUR-FUNCTION-URI.azurewebsites.net/api";
3434
PullRequestAdapter adapter = new PullRequestAdapter(this, pullRequests);
3535
ListView lvItems = (ListView)findViewById(R.id.lvPullRequestList);
3636

0 commit comments

Comments
 (0)