Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Feb 13, 2020
1 parent fe06949 commit 667e3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -254,8 +254,8 @@ module.exports = app;

```javascript
module.exports = {
// ping must match operationId or x-eov-operation-id
// note that x-eov-operation-id override operationId
// ping must match operationId or x-eov-operation-id above
// note that x-eov-operation-id overrides operationId
ping: (req, res) => res.status(200).send('pong'),
};
```
Expand Down

0 comments on commit 667e3e4

Please sign in to comment.