PluralKit/PluralKit.API/ApiConfig.cs

6 lines
94 B
C#

namespace PluralKit.API;
public class ApiConfig
{
public int Port { get; set; } = 5000;
}