mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-14 22:02:26 +00:00
Add moderation cases log page
This commit is contained in:
parent
b51561e943
commit
6c6a7f01f9
14 changed files with 181 additions and 10 deletions
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue