Skip to content

Commit 52e8911

Browse files
committed
Misc
1 parent 379d3f0 commit 52e8911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ArchiSteamFarm/IPC/Controllers/Api/NLogController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public NLogController(IHostApplicationLifetime applicationLifetime) {
8888
[EndpointDescription("This API endpoint requires a websocket connection")]
8989
[EndpointSummary("Fetches ASF log in realtime")]
9090
[ProducesResponseType((int) HttpStatusCode.SwitchingProtocols)]
91+
[ProducesResponseType((int) HttpStatusCode.OK)]
9192
[ProducesResponseType<GenericResponse>((int) HttpStatusCode.BadRequest)]
9293
public async Task<ActionResult> Get() {
9394
if (HttpContext == null) {

0 commit comments

Comments
 (0)