Add moderation cases log page

This commit is contained in:
jvyden 2022-06-10 21:21:27 -04:00
parent b51561e943
commit 6c6a7f01f9
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
14 changed files with 181 additions and 10 deletions

View file

@ -48,7 +48,7 @@ public class AdminReportController : ControllerBase
await this.database.SaveChangesAsync();
return this.Redirect("~/admin/reports/0");
return this.Redirect("~/modPanel/reports/0");
}
[HttpGet("dismiss")]