This website requires JavaScript.
Explore
Help
Sign in
eightball
/
PluralKit
Watch
1
Star
0
Fork
You've already forked PluralKit
0
mirror of
https://github.com/PluralKit/PluralKit.git
synced
2026-02-04 21:16:49 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
cb38b6809d
PluralKit
/
PluralKit.API
/
ApiConfig.cs
7 lines
112 B
C#
Raw
Normal View
History
Unescape
Escape
run dotnet format
2021-08-27 11:03:47 -04:00
namespace
PluralKit.API
Add API listen port configuration
2020-08-27 23:35:47 +02:00
{
public
class
ApiConfig
{
public
int
Port
{
get
;
set
;
}
=
5000
;
}
}
Reference in a new issue
Copy permalink