[M] Move game URLs

This commit is contained in:
Azalea
2024-02-25 21:42:58 -05:00
parent eb960209bf
commit cb96b5fa8f
12 changed files with 78 additions and 103 deletions

View File

@@ -14,7 +14,7 @@ import jakarta.servlet.http.HttpServletRequest;
* @author samnyan (privateamusement@protonmail.com)
*/
@RestController
@RequestMapping("MaimaiServlet")
@RequestMapping("/g/mai")
public class MaimaiServletController {
private final GetGameEventHandler getGameEventHandler;