6 lines
94 B
C#
6 lines
94 B
C#
namespace PluralKit.API;
|
|
|
|
public class ApiConfig
|
|
{
|
|
public int Port { get; set; } = 5000;
|
|
} |