add singup endpoint

This commit is contained in:
IluaAir
2025-07-07 12:01:02 +03:00
parent 31879ddf30
commit 61512f70d4
11 changed files with 64 additions and 67 deletions
+6
View File
@@ -0,0 +1,6 @@
from src.models import UsersORM
from src.repository.base import BaseRepo
class UsersRepo(BaseRepo):
model = UsersORM