eventaction テーブル変更 eventid(event.id->event.eventid)

This commit is contained in:
2024-06-24 14:46:09 +09:00
parent 26a685b872
commit ded1222003
3 changed files with 4 additions and 3 deletions

View File

@@ -328,7 +328,7 @@ async def event_data(
@r.get(
"/eventactions/{eventid}",
"/eventactions",
response_model=t.List[Action],
response_model_exclude={"id"},
response_model_exclude_none=True,