Skip to content

Commit

Permalink
replaced defunct default servers (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaruko authored May 20, 2020
1 parent 57f51bd commit 7675bdc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ class ServerRepo {
prefs = ctx.getSharedPreferences(
"ServerRepo",
Context.MODE_PRIVATE);
save("https://alpha.dev.medicmobile.org");
save("https://beta.dev.medicmobile.org");
save("https://gamma.dev.medicmobile.org");
save("https://gamma-cht.dev.medicmobile.org");
save("https://medic.github.io/atp");
}

Expand Down

0 comments on commit 7675bdc

Please sign in to comment.