ji / competitive-coinflip-be

NestJS Backend for CompetitiveCoinflip
MIT License
0 stars 0 forks source link

Register session #1

Open ji opened 4 months ago

ji commented 4 months ago

body:

{
 "user": {
    "id": "string",
    "nickname": "string"
  }
}

response:

{
  "session_id": "string"
}