From fec5c53d14137f1b85fa7c21d22c7891fa751d6e Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 3 Oct 2016 18:34:52 +0200 Subject: [PATCH] fs api url impl --- BookAStar/BookAStar/Constants.cs | 1 + 1 file changed, 1 insertion(+) 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