diff --git a/BookAStar/BookAStar/Constants.cs b/BookAStar/BookAStar/Constants.cs index c0f23f2c..1d3c02fe 100644 --- a/BookAStar/BookAStar/Constants.cs +++ b/BookAStar/BookAStar/Constants.cs @@ -18,6 +18,7 @@ namespace BookAStar public static readonly string MobileRegistrationUrl = YavscApiUrl + "/gcm/register"; public static readonly string UserInfoUrl = YavscApiUrl + "/me"; public static readonly string BlogUrl = YavscApiUrl + "/blogs"; + public static readonly string FsUrl = YavscApiUrl + "/fs"; #endregion