cleanup
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user