Implementing dataProvider and tuniong create route

This commit is contained in:
2025-04-07 23:51:29 +02:00
parent 661841ceef
commit bc059de65b
6 changed files with 22 additions and 28 deletions

View File

@@ -1,5 +1,7 @@
from beanie import PydanticObjectId
from fastapi_users.schemas import BaseUser
from pydantic import Field
class UserSchema(BaseUser[PydanticObjectId]):
pass
firms: list[PydanticObjectId] = Field()