Skip to content

Body Parser #6

@ridgerobinson

Description

@ridgerobinson

I was facing issues after cloning the project about the request body being undefined, until I have added into the /server/src/app.ts file the following:

import bodyParser from 'body-parser';

app.use(bodyParser.json())

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions