verify link core

This commit is contained in:
CHIEFSOFT\ameye
2025-07-09 15:46:51 -04:00
parent d2f1dc01e4
commit 4982bcac6d
3 changed files with 84 additions and 36 deletions
+4
View File
@@ -0,0 +1,4 @@
from marshmallow import Schema, fields
class RegisterVerifySchema(Schema):
verify_link = fields.Str(required=True)