add mailaccount endpoint
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
2026-05-18 22:01:20 +02:00
parent 71724ac800
commit f9f4a70a79
4 changed files with 66 additions and 5 deletions
+1 -2
View File
@@ -1,12 +1,11 @@
from pydantic import BaseModel
from src.db.models.admin import Profile
class ProfileResponse(BaseModel):
id: str
user_name: str
class ProfileModel(BaseModel):
user_name: str
first_name: str