Skip to content

Commit

Permalink
1. Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenlagus authored and Rubenlagus committed Jan 20, 2016
1 parent 71bd414 commit cc338ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/telegram/telegrambots/api/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
* @date 20 of June of 2015
*/
public class Constants {
public static final String BASEURL = "https://api.telegram.org/bot/";
public static final String BASEURL = "https://api.telegram.org/bot";
}

0 comments on commit cc338ab

Please sign in to comment.