Skip to content

Commit d325fbc

Browse files
authored
Merge pull request #29 from tuanluu-agilityio/feature/update-readme
Update README file on section Resilient mode
2 parents 29b0bf5 + 981ace0 commit d325fbc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ return a `200` status code with an empty HTML page, set the `resilient` flag to
5555
true:
5656

5757
```js
58-
app.get('/*', fastbootMiddleware('/path/to/dist', {
58+
app.get('/*', fastbootMiddleware({
59+
distPath: '/path/to/dist',
5960
resilient: true
6061
}));
6162
```

0 commit comments

Comments
 (0)