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 4713e97 commit 31b0a1aCopy full SHA for 31b0a1a
lib/Server.js
@@ -245,7 +245,7 @@ function Server(compiler, options) {
245
}.bind(this),
246
247
headers: function() {
248
- app.get("*", this.setContentHeaders.bind(this));
+ app.all("*", this.setContentHeaders.bind(this));
249
250
251
magicHtml: function() {
0 commit comments