diff --git a/modules/gitadora/shopinfo.py b/modules/gitadora/shopinfo.py index 0e41687..26fbd5d 100644 --- a/modules/gitadora/shopinfo.py +++ b/modules/gitadora/shopinfo.py @@ -3,7 +3,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}_shopinfo/regist")