Skip to content

Commit 255537f

Browse files
authored
Fix NLog IPC Websocket over HTTP/2 (#3532)
1 parent 412b852 commit 255537f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ArchiSteamFarm/IPC/Controllers/Api/NLogController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ public NLogController(IHostApplicationLifetime applicationLifetime) {
8787

8888
[EndpointDescription("This API endpoint requires a websocket connection")]
8989
[EndpointSummary("Fetches ASF log in realtime")]
90-
[HttpGet]
9190
[ProducesResponseType<IEnumerable<GenericResponse<string>>>((int) HttpStatusCode.OK)]
9291
[ProducesResponseType<GenericResponse>((int) HttpStatusCode.BadRequest)]
9392
public async Task<ActionResult> Get() {

0 commit comments

Comments
 (0)