Skip to content

Commit

Permalink
Fix API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuoza committed Dec 7, 2013
1 parent 8e2a032 commit 528a223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HBFav/src/main/java/com/hbfav/android/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class Constants {

public static final String PREF_USER_NAME = MainActivity.getContextOfApplication().getString(R.string.pref_hatena_user_name);

public static final String HBFAV_BASE_URL = "http://hbfav-android.herokuapp.com//";
public static final String HBFAV_BASE_URL = "http://hbfav-android.herokuapp.com/";

public static final String BASE_THUMBNAIL_URL = "http://www.st-hatena.com/users/";

Expand Down

0 comments on commit 528a223

Please sign in to comment.