Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanwalsh23 authored Jul 19, 2024
1 parent a8e3630 commit ce26f65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ This project includes a local cache that can be enabled via the CLI with the `--
server.start({
cache: true,
cacheOptions: {
debug: true,
defaultDuration: "500ms"
}
})
Expand All @@ -99,7 +98,7 @@ DELETE http://localhost:<PORT>/cache
204 No Content
```

Unfortunately this will clash if there is an endpoint in your supplied collection with the path `/cache`. In that instance you may need to fork a copy of the source code and change this path manually.
Unfortunately this will clash if there is an endpoint in your supplied collection with the path `/cache`. In that instance you can fork a copy of the source code and change this path manually.

## Known Issues/Limitations

Expand Down

0 comments on commit ce26f65

Please sign in to comment.