Skip to content

Commit

Permalink
api 6
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrajina committed Jan 27, 2018
1 parent 5213dce commit 0e5373c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
public class Api {
private static SentencesService instance;

public static final String BASE_URL = "https://storage.googleapis.com/10000sentences/5/";
public static final String BASE_URL = "https://storage.googleapis.com/10000sentences/6/";

public static SentencesService instance() {
if (instance == null) {
Expand Down

0 comments on commit 0e5373c

Please sign in to comment.