This website requires JavaScript.
Explore
Help
Register
Sign In
liz
/
PluralKit
Watch
1
Star
0
Fork
0
You've already forked PluralKit
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b9d090d8cf
PluralKit
/
PluralKit.API
/
ApiConfig.cs
7 lines
112 B
C#
Raw
Normal View
History
Unescape
Escape
run dotnet format
2021-08-27 15:03:47 +00:00
namespace
PluralKit.API
Add API listen port configuration
2020-08-27 21:35:47 +00:00
{
public
class
ApiConfig
{
public
int
Port
{
get
;
set
;
}
=
5000
;
}
}
Reference in New Issue
Copy Permalink