mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
Exception status code changed
This commit is contained in:
parent
95c8da2053
commit
d217c08ab0
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ public class HealthController : ControllerBase
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
return StatusCode(StatusCodes.Status500InternalServerError, false);
|
return StatusCode(StatusCodes.Status500InternalServerError);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue