Added the register endpoint

This commit is contained in:
2025-12-11 21:13:56 +00:00
parent 8472263f91
commit daa72ce4c6
4 changed files with 63 additions and 0 deletions
+2
View File
@@ -22,6 +22,8 @@ class User extends Authenticatable
'name',
'email',
'password',
'nickname',
'photo_avatar_filename',
];
/**