mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Fixed #1978
This commit is contained in:
parent
6b8adeb584
commit
cb3cc8d590
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ namespace Ombi.Controllers
|
||||||
}
|
}
|
||||||
|
|
||||||
private ILogger Logger { get; }
|
private ILogger Logger { get; }
|
||||||
private const string Message = "Exception: {0} at {1}. Stacktrade {2}";
|
private const string Message = "Exception: {0} at {1}. Stacktrace {2}";
|
||||||
|
|
||||||
[HttpPost]
|
[HttpPost]
|
||||||
public IActionResult Log([FromBody]UiLoggingModel l)
|
public IActionResult Log([FromBody]UiLoggingModel l)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue