Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
revskill10 committed Dec 1, 2018
1 parent b524eb3 commit ab1242b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ module.exports = customRoutes
Then use in your custom `server.js`

```js
const customRoutes = require('./customRoutes)
const customRoutes = require('./customRoutes')
routesMiddleware({server, app}, customRoutes)
```

0 comments on commit ab1242b

Please sign in to comment.