7 lines
129 B
C#
7 lines
129 B
C#
namespace BotSharp.Plugin.HttpHandler.Enums;
|
|
|
|
public class UtilityName
|
|
{
|
|
public const string HttpHandler = "http-handler";
|
|
}
|