From 10a7fe157b601f4200267019e9341181df418caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Domeradzki?= Date: Sat, 27 Dec 2025 16:49:04 +0100 Subject: [PATCH] Misc --- ArchiSteamFarm/IPC/Controllers/Api/NLogController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ArchiSteamFarm/IPC/Controllers/Api/NLogController.cs b/ArchiSteamFarm/IPC/Controllers/Api/NLogController.cs index 6cd923b16..cd37ba779 100644 --- a/ArchiSteamFarm/IPC/Controllers/Api/NLogController.cs +++ b/ArchiSteamFarm/IPC/Controllers/Api/NLogController.cs @@ -87,6 +87,7 @@ public sealed class NLogController : ArchiController { [EndpointDescription("This API endpoint requires a websocket connection")] [EndpointSummary("Fetches ASF log in realtime")] + [ProducesResponseType((int) HttpStatusCode.SwitchingProtocols)] [ProducesResponseType((int) HttpStatusCode.BadRequest)] public async Task Get() { if (HttpContext == null) {