set end mosabegheh

This commit is contained in:
2026-06-05 21:09:56 +03:30
parent 8079166f22
commit 72b15b8c16
2 changed files with 73 additions and 9 deletions

View File

@@ -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 = "رمز عبور اشتباه است." });
}