feat: Update endpoint /comments

This commit is contained in:
Backend IM Bot 2025-03-07 18:57:12 +00:00
parent 2304905755
commit e692e9b4de

View File

@ -4,7 +4,7 @@ from pydantic import BaseModel
router = APIRouter()
class UserRegistration(BaseModel):
username: str
username: "sam"
password: str
email: str