Show Body 2
This commit is contained in:
parent
58d4780a3b
commit
3fc1c3b758
|
|
@ -31,7 +31,6 @@ export class SignUpHandler extends RequestHandler
|
|||
async _handle( request:FastifyRequest, reply:FastifyReply )
|
||||
{
|
||||
|
||||
|
||||
let requestBody = JSON.parse( request.body as string );
|
||||
RJLog.log( "Body:", request.body, "Parsed:", requestBody );
|
||||
let { email, password, userName } = requestBody as { email: string; password: string; userName: string };
|
||||
|
|
|
|||
Loading…
Reference in New Issue