fs api url impl

main
Paul Schneider 9 years ago
parent 6c81683601
commit 3a673c6a45
1 changed files with 1 additions and 0 deletions

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

Loading…