mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Misc
This commit is contained in:
@@ -87,6 +87,7 @@ public sealed class NLogController : ArchiController {
|
||||
|
||||
[EndpointDescription("This API endpoint requires a websocket connection")]
|
||||
[EndpointSummary("Fetches ASF log in realtime")]
|
||||
[ProducesResponseType((int) HttpStatusCode.SwitchingProtocols)]
|
||||
[ProducesResponseType<GenericResponse>((int) HttpStatusCode.BadRequest)]
|
||||
public async Task<ActionResult> Get() {
|
||||
if (HttpContext == null) {
|
||||
|
||||
Reference in New Issue
Block a user