1. Fix bug

This commit is contained in:
Rubenlagu 2016-01-20 21:42:28 +01:00 committed by Rubenlagus
parent 71bd414f2c
commit cc338ab5df

View File

@ -7,5 +7,5 @@ package org.telegram.telegrambots.api;
* @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";
}