This commit is contained in:
GHXX 2024-07-20 08:02:06 +02:00
parent c75d29a1ba
commit d7a934e25c

View File

@ -157,7 +157,7 @@ public sealed class HttpServer {
staticServePaths.Add(npath, absPath); staticServePaths.Add(npath, absPath);
} }
private readonly Dictionary<string, string> staticServePaths = new Dictionary<string, string>(); private readonly Dictionary<string, string> staticServePaths = new();
private readonly Dictionary<Type, IParameterConverter> stringToTypeParameterConverters = new(); private readonly Dictionary<Type, IParameterConverter> stringToTypeParameterConverters = new();