[O] Unify even more BaseHandlers

This commit is contained in:
Azalea
2024-03-20 12:45:46 -04:00
parent 313dd681de
commit 3da308346e
113 changed files with 108 additions and 161 deletions

View File

@@ -9,5 +9,5 @@ import java.util.Map;
*/
public interface BaseHandler {
String handle(Map<String, Object> request) throws JsonProcessingException;
Object handle(Map<String, Object> request) throws JsonProcessingException;
}