Files
2025-09-29 20:35:25 +02:00

12 lines
109 B
Markdown

GET `/me`
Inputs : just need the JWT cookie
Returns the user of the account
```
{
user: ":userId"
}
```