A Chat window

This commit is contained in:
Paul Schneider 2016-10-10 12:58:14 +02:00
commit c88fc39a29
11 changed files with 137 additions and 1 deletions

View file

@ -19,7 +19,7 @@ namespace BookAStar
public static readonly string UserInfoUrl = YavscApiUrl + "/me";
public static readonly string BlogUrl = YavscApiUrl + "/blogs";
public static readonly string FsUrl = YavscApiUrl + "/fs";
public static readonly string SignalRHubsUrl = YavscHomeUrl + "/signalr/hubs";
#endregion
}