set end mosabegheh
This commit is contained in:
@@ -23,7 +23,7 @@ public class AdminController : ControllerBase
|
||||
[HttpGet("report")]
|
||||
public async Task<IActionResult> GetReport([FromQuery] string password)
|
||||
{
|
||||
if (password != _appConfig.AdminPassword)
|
||||
// if (password != _appConfig.AdminPassword)
|
||||
{
|
||||
return StatusCode(403, new { message = "رمز عبور اشتباه است." });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user