Skip to content

Commit 10a7fe1

Browse files
committed
Misc
1 parent 5563531 commit 10a7fe1

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
@@ -87,6 +87,7 @@ public NLogController(IHostApplicationLifetime applicationLifetime) {
8787

8888
[EndpointDescription("This API endpoint requires a websocket connection")]
8989
[EndpointSummary("Fetches ASF log in realtime")]
90+
[ProducesResponseType((int) HttpStatusCode.SwitchingProtocols)]
9091
[ProducesResponseType<GenericResponse>((int) HttpStatusCode.BadRequest)]
9192
public async Task<ActionResult> Get() {
9293
if (HttpContext == null) {

0 commit comments

Comments
 (0)