feat: add get private socket endpoint

This commit is contained in:
2024-01-19 21:47:22 +01:00
parent be69093c1d
commit 21cb673d33
12 changed files with 177 additions and 3 deletions

View File

@@ -7,5 +7,7 @@ public class RegisterAction {
public static void register(HashMap<String, IAction> iMap) {
iMap.clear();
RComb.register(iMap);
RClub.register(iMap);
}
}