feat(inscription): payload enfant/photo et limite JSON 15 Mo côté API

- Express/Nest : body parser json et urlencoded à 15 Mo pour les photos base64.
- Front : envoi d’inscription parent (authService, payload, étape 3).

Made-with: Cursor
This commit is contained in:
2026-04-11 16:36:15 +02:00
parent d7ccbfbe35
commit 4969be5809
5 changed files with 155 additions and 37 deletions
@@ -1,5 +1,4 @@
class ApiConfig {
// static const String baseUrl = 'http://localhost:3000/api/v1/';
static const String baseUrl = 'https://app.ptits-pas.fr/api/v1';
// Auth endpoints