Add admin endpoints for editing and removing punishments and implement frontend dialog for punishment management
This commit is contained in:
@@ -19,6 +19,7 @@ public class InitializeLiteBans {
|
||||
configuration.addMapper(UUIDHistoryMapper.class);
|
||||
configuration.addMapper(HistoryCountMapper.class);
|
||||
configuration.addMapper(IdHistoryMapper.class);
|
||||
configuration.addMapper(EditHistoryMapper.class);
|
||||
}).join()
|
||||
.runQuery(sqlSession -> {
|
||||
createAllPunishmentsView(sqlSession);
|
||||
|
||||
Reference in New Issue
Block a user