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 412b852 commit 255537fCopy full SHA for 255537f
ArchiSteamFarm/IPC/Controllers/Api/NLogController.cs
@@ -87,7 +87,6 @@ public NLogController(IHostApplicationLifetime applicationLifetime) {
87
88
[EndpointDescription("This API endpoint requires a websocket connection")]
89
[EndpointSummary("Fetches ASF log in realtime")]
90
- [HttpGet]
91
[ProducesResponseType<IEnumerable<GenericResponse<string>>>((int) HttpStatusCode.OK)]
92
[ProducesResponseType<GenericResponse>((int) HttpStatusCode.BadRequest)]
93
public async Task<ActionResult> Get() {
0 commit comments