mirror of
https://github.com/Kizuren/QuizConnect.git
synced 2025-12-21 21:16:14 +01:00
Removed test exception endpoint
This commit is contained in:
parent
17eb8b4063
commit
4343cade95
1 changed files with 0 additions and 6 deletions
|
|
@ -23,12 +23,6 @@ public class AdminController : ControllerBase
|
||||||
_questionManagementService = questionManagementService;
|
_questionManagementService = questionManagementService;
|
||||||
}
|
}
|
||||||
|
|
||||||
[HttpGet("test-exception")]
|
|
||||||
public IActionResult TestException()
|
|
||||||
{
|
|
||||||
throw new Exception("This is a test exception");
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost("login")]
|
[HttpPost("login")]
|
||||||
public ActionResult<AdminLoginResponse> Login([FromBody] AdminLoginRequest request)
|
public ActionResult<AdminLoginResponse> Login([FromBody] AdminLoginRequest request)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue