diff --git a/SimpleHttpServer/HttpServer.cs b/SimpleHttpServer/HttpServer.cs index 4b67aa3..3891518 100644 --- a/SimpleHttpServer/HttpServer.cs +++ b/SimpleHttpServer/HttpServer.cs @@ -157,7 +157,7 @@ public sealed class HttpServer { staticServePaths.Add(npath, absPath); } - private readonly Dictionary staticServePaths = new Dictionary(); + private readonly Dictionary staticServePaths = new(); private readonly Dictionary stringToTypeParameterConverters = new();