mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
support custom master url
refactor api instatation to allow custom master url in config
This commit is contained in:
@ -68,9 +68,6 @@ namespace WebfrontCore.Controllers
|
||||
TimePunished = p.When,
|
||||
AutomatedOffense = Authorized ? p.AutomatedOffense : null,
|
||||
});
|
||||
#if DEBUG == true
|
||||
var querySql = iqPenalties.ToSql();
|
||||
#endif
|
||||
|
||||
penalties = await iqPenalties.ToListAsync();
|
||||
}
|
||||
|
Reference in New Issue
Block a user