PluralKit/PluralKit.API/ApiConfig.cs

7 lines
115 B
C#
Raw Normal View History

2020-08-27 21:35:47 +00:00
namespace PluralKit.API
{
public class ApiConfig
{
public int Port { get; set; } = 5000;
}
}