PluralKit/PluralKit.API/ApiConfig.cs

7 lines
112 B
C#
Raw Normal View History

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