PluralKit/PluralKit.API/ApiConfig.cs

6 lines
94 B
C#
Raw Normal View History

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