Fix multiroute

This commit is contained in:
LatoWolf 2026-01-06 02:49:33 +08:00 committed by GitHub
parent ec0f23177b
commit 7067c00c66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,6 @@ export function register() {
const MultiRoute = (method: string, handler: EPR | boolean) => {
R.Route(`game.sv6_${method}`, handler);
R.Route(`game.sv7_${method}`, handler);
};