UserDomain 一括追加 API を修正する

This commit is contained in:
Mouriya
2024-08-08 13:49:11 +09:00
parent 29cfed37f4
commit 43994ca213
2 changed files with 5 additions and 10 deletions

View File

@@ -254,7 +254,7 @@ async def userdomain_details(
async def create_userdomain(
request: Request,
userid: int,
domainids:list,
domainids:List[int] ,
db=Depends(get_db),
):
try: