Add basic API, only with system endpoints
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user