mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 15:27:54 +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
|
|
@ -20,7 +20,7 @@ namespace PluralKit.Web
|
|||
// This method gets called by the runtime. Use this method to add services to the container.
|
||||
public void ConfigureServices(IServiceCollection services)
|
||||
{
|
||||
DatabaseUtils.Init();
|
||||
InitUtils.Init();
|
||||
|
||||
var config = Configuration.GetSection("PluralKit").Get<CoreConfig>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue