Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Examine the Response you get when you successfuly POST to /cars using Postman, y


### Middlewares
Now that you now what routes are and that you used a pre written middleware let's write one ourselves 👍
Now that you know what routes are and that you used a pre written middleware let's write one ourselves 👍

Open `src/middlewares/authMiddleware.js` and find instructions there on how to write that one.

Expand Down