This commit is contained in:
2023-10-20 00:34:00 -04:00
parent 21745d7439
commit 2cbbced423

View File

@ -99,6 +99,8 @@ class Mai2Servlet(BaseServlet):
if not game_cfg.server.enable: if not game_cfg.server.enable:
return False return False
return True
def get_endpoint_matchers(self) -> Tuple[List[Tuple[str, str, Dict]], List[Tuple[str, str, Dict]]]: def get_endpoint_matchers(self) -> Tuple[List[Tuple[str, str, Dict]], List[Tuple[str, str, Dict]]]:
return ( return (
[ [