.NET Format Style Fixes
This commit is contained in:
@@ -21,7 +21,7 @@ public class HttpServerHelper(ConfigServer configServer)
|
||||
{ "json", "application/json" },
|
||||
{ "png", "image/png" },
|
||||
{ "svg", "image/svg+xml" },
|
||||
{ "txt", "text/plain" }
|
||||
{ "txt", "text/plain" },
|
||||
};
|
||||
|
||||
public string? GetMimeText(string key)
|
||||
|
||||
Reference in New Issue
Block a user