Remove server cap

This commit is contained in:
cxxpxr 2021-04-07 21:32:24 -04:00
parent c8a20636d9
commit b7667d169e

View file

@ -85,7 +85,7 @@ namespace LightReflectiveMirror.Endpoints
{
var config = new ConfigurationBuilder()
.SetBasePath(System.IO.Directory.GetCurrentDirectory())
.AddJsonFile("appsettings.json", optional: true, reloadOnChange: true)
.AddJsonFile("appsettings.json", optional: true, reloadOnChange: false)
.Build();
var server = new RestServerBuilder(new ServiceCollection(), config,