mirror of
https://github.com/drmext/MonkeyBusiness.git
synced 2026-03-21 18:04:48 -05:00
Update shop.py
This commit is contained in:
parent
e124ff1108
commit
73b3051374
|
|
@ -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 = ["LDJ", "KDZ", "JDZ"]
|
||||
router.model_whitelist = ["LDJ", "KDZ", "JDZ", "JDJ", "I00", "HDD", "GLD", "FDD", "ECO", "E11", "D01", "C02"]
|
||||
|
||||
|
||||
@router.post("/{gameinfo}/shop/getname")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user