feat(auth): implementa endpoint de registro de usuario

This commit is contained in:
2026-04-14 19:59:00 -05:00
parent 068576cf4b
commit 11dc1266a2
3 changed files with 91 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
import registerHandler from '../../api/auth/register.post'
export default registerHandler