mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -1100,7 +1100,7 @@ namespace ArchiSteamFarm {
|
||||
return;
|
||||
}
|
||||
|
||||
await ResponseString(request, response, json, "text/json", statusCode).ConfigureAwait(false);
|
||||
await ResponseString(request, response, json, "application/json", statusCode).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
private static async Task ResponseJsonObject(HttpListenerRequest request, HttpListenerResponse response, object obj, HttpStatusCode statusCode = HttpStatusCode.OK) {
|
||||
|
||||
Reference in New Issue
Block a user