Initial commit carried over from private repo. This is V2.
This commit is contained in:
7
code/MessengerApi/Constants.cs
Normal file
7
code/MessengerApi/Constants.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace MessengerApi
|
||||
{
|
||||
public class Constants
|
||||
{
|
||||
public const string USERFILE_FILENAME = "/app/users.conf";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user