mirror of
https://git.teknik.io/Teknikode/Teknik.git
synced 2023-08-02 14:16:22 +02:00
Fixed error code title
This commit is contained in:
parent
82db11b3c0
commit
ecfff24d25
@ -58,7 +58,7 @@ namespace Teknik.IdentityServer.Controllers
|
||||
[AllowAnonymous]
|
||||
public IActionResult HttpGeneral(int statusCode)
|
||||
{
|
||||
ViewBag.Title = statusCode;
|
||||
ViewBag.Title = statusCode.ToString();
|
||||
|
||||
LogError(LogLevel.Error, "HTTP Error Code: " + statusCode);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user