mirror of
https://github.com/drmext/MonkeyBusiness.git
synced 2026-03-21 18:04:48 -05:00
Update gameinfo.py
This commit is contained in:
parent
5f742f5817
commit
bc6bc2ba10
|
|
@ -5,7 +5,7 @@ from fastapi import APIRouter, Request, Response
|
|||
from core_common import core_process_request, core_prepare_response, E
|
||||
|
||||
router = APIRouter(prefix="/local", tags=["local"])
|
||||
router.model_whitelist = ["M32"]
|
||||
router.model_whitelist = ["M32", "L33", "L32", "K33", "K32", "J33", "J32"]
|
||||
|
||||
|
||||
@router.post("/{gameinfo}/{ver}_gameinfo/get")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user