Rediseño completo app Android + registro/perfil API #18

Merged
rafaga21 merged 4 commits from feat/android-app-redesign into master 2026-06-09 16:46:38 -04:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 1241d50a4a - Show all commits

2
.gitignore vendored
View File

@@ -1,5 +1,5 @@
.env
/ vendor/
/vendor/
.idea/
logs/
*.log

View File

@@ -306,6 +306,7 @@ class ApiController
]);
}
<<<<<<< HEAD
public function register(): void
{
$input = json_decode(file_get_contents('php://input'), true) ?? $_POST;