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
8a124c67ae
PluralKit
/
PluralKit.API
/
ApiConfig.cs
6 lines
94 B
C#
Raw
Normal View
History
Unescape
Escape
feat: upgrade to .NET 6, refactor everything
2021-11-27 02:10:56 +00:00
namespace
PluralKit.API
;
public
class
ApiConfig
Add API listen port configuration
2020-08-27 21:35:47 +00:00
{
feat: upgrade to .NET 6, refactor everything
2021-11-27 02:10:56 +00:00
public
int
Port
{
get
;
set
;
}
=
5000
;
Add API listen port configuration
2020-08-27 21:35:47 +00:00
}
Reference in New Issue
Copy Permalink