fs api url impl

This commit is contained in:
Paul Schneider 2016-10-03 18:34:52 +02:00
commit fec5c53d14

View file

@ -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