We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b769838 commit 15dc27dCopy full SHA for 15dc27d
src/index.js
@@ -290,7 +290,7 @@ class Offline {
290
this.server = new Hapi.Server({
291
connections: {
292
router: {
293
- stripTrailingSlash: !this.option.preserveTrailingSlash, // removes trailing slashes on incoming paths.
+ stripTrailingSlash: !this.options.preserveTrailingSlash, // removes trailing slashes on incoming paths.
294
},
295
296
});
0 commit comments