working version
This commit is contained in:
0
backend/schemas/__init__.py
Normal file → Executable file
0
backend/schemas/__init__.py
Normal file → Executable file
0
backend/schemas/album.py
Normal file → Executable file
0
backend/schemas/album.py
Normal file → Executable file
1
backend/schemas/event.py
Normal file → Executable file
1
backend/schemas/event.py
Normal file → Executable file
@@ -40,6 +40,7 @@ class EventResponse(EventBase):
|
||||
id: int
|
||||
creator_id: int
|
||||
creator_name: str
|
||||
creator_avatar: Optional[str] = None
|
||||
cover_image: Optional[str]
|
||||
created_at: datetime
|
||||
participations: List[ParticipationResponse] = []
|
||||
|
||||
0
backend/schemas/information.py
Normal file → Executable file
0
backend/schemas/information.py
Normal file → Executable file
0
backend/schemas/notification.py
Normal file → Executable file
0
backend/schemas/notification.py
Normal file → Executable file
0
backend/schemas/post.py
Normal file → Executable file
0
backend/schemas/post.py
Normal file → Executable file
0
backend/schemas/settings.py
Normal file → Executable file
0
backend/schemas/settings.py
Normal file → Executable file
0
backend/schemas/ticket.py
Normal file → Executable file
0
backend/schemas/ticket.py
Normal file → Executable file
0
backend/schemas/user.py
Normal file → Executable file
0
backend/schemas/user.py
Normal file → Executable file
0
backend/schemas/vlog.py
Normal file → Executable file
0
backend/schemas/vlog.py
Normal file → Executable file
Reference in New Issue
Block a user