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