We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379d3f0 commit 52e8911Copy full SHA for 52e8911
ArchiSteamFarm/IPC/Controllers/Api/NLogController.cs
@@ -88,6 +88,7 @@ public NLogController(IHostApplicationLifetime applicationLifetime) {
88
[EndpointDescription("This API endpoint requires a websocket connection")]
89
[EndpointSummary("Fetches ASF log in realtime")]
90
[ProducesResponseType((int) HttpStatusCode.SwitchingProtocols)]
91
+ [ProducesResponseType((int) HttpStatusCode.OK)]
92
[ProducesResponseType<GenericResponse>((int) HttpStatusCode.BadRequest)]
93
public async Task<ActionResult> Get() {
94
if (HttpContext == null) {
0 commit comments