Skip to content

Commit 47718f8

Browse files
committed
Misc
1 parent 29dca26 commit 47718f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ArchiSteamFarm/IPC/Controllers/Api/NLogController.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ public NLogController(IHostApplicationLifetime applicationLifetime) {
5555
ApplicationLifetime = applicationLifetime;
5656
}
5757

58-
[EndpointSummary("Fetches ASF log file, this works on assumption that the log file is in fact generated, as user could disable it through custom configuration")]
58+
[EndpointDescription("This works on assumption that the log file is in fact generated, as user could disable it through custom configuration")]
59+
[EndpointSummary("Fetches ASF log file")]
5960
[HttpGet("File")]
6061
[ProducesResponseType<GenericResponse<LogResponse>>((int) HttpStatusCode.OK)]
6162
[ProducesResponseType<GenericResponse>((int) HttpStatusCode.BadRequest)]

0 commit comments

Comments
 (0)