Photo de profile OK, modif nom, prénom, tel OK

This commit is contained in:
2025-03-10 17:14:09 +01:00
parent 611c95d73b
commit c579fd92a2
10 changed files with 388 additions and 46 deletions

8
em2rp/cors.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"origin": ["http://localhost:63825"],
"method": ["GET"],
"maxAgeSeconds": 3600
}
]