Skip to content

Small Error in Docs #15

@mark-meyer

Description

@mark-meyer

The readme has:

//We use res.runMiddleware instead of app.runMiddleware. All the cookies & other data (like socket.io session) will be pass to the second middle ware
res.runMidleware(...) 

There's a small typo runMidleware() is missing an l, but also looking at the code it looks like this function is defined on the req object not the res object.

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