mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Add basic API, only with system endpoints
This commit is contained in:
parent
ab49ad7217
commit
4874879979
18 changed files with 550 additions and 145 deletions
9
PluralKit.API/appsettings.Development.json
Normal file
9
PluralKit.API/appsettings.Development.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Debug",
|
||||
"System": "Information",
|
||||
"Microsoft": "Information"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue