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
2aead40449
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-26 21:10:56 -05:00
namespace
PluralKit.API
;
public
class
ApiConfig
Add API listen port configuration
2020-08-27 23:35:47 +02:00
{
feat: upgrade to .NET 6, refactor everything
2021-11-26 21:10:56 -05:00
public
int
Port
{
get
;
set
;
}
=
5000
;
Add API listen port configuration
2020-08-27 23:35:47 +02:00
}
Reference in a new issue
Copy permalink