mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 14:27:54 +00:00
Add API listen port configuration
This commit is contained in:
parent
2005ce3296
commit
3617d5e894
4 changed files with 14 additions and 2 deletions
7
PluralKit.API/ApiConfig.cs
Normal file
7
PluralKit.API/ApiConfig.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
namespace PluralKit.API
|
||||
{
|
||||
public class ApiConfig
|
||||
{
|
||||
public int Port { get; set; } = 5000;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue