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