trying to provide a share point

This commit is contained in:
Paul Schneider 2016-10-17 14:13:27 +02:00
commit 46ec3d504a
6 changed files with 179 additions and 16 deletions

View file

@ -22,5 +22,8 @@ namespace BookAStar
public static readonly string SignalRHubsUrl = YavscHomeUrl + "/signalr/hubs";
#endregion
#region Permissions ids
public static int AllowBeATarget = 1;
#endregion
}
}