Skip to content

Instantly share code, notes, and snippets.

@gauntface
Created March 6, 2017 22:20
Show Gist options
  • Select an option

  • Save gauntface/5a74831af319ce7f7f1302e3c8a41b50 to your computer and use it in GitHub Desktop.

Select an option

Save gauntface/5a74831af319ce7f7f1302e3c8a41b50 to your computer and use it in GitHub Desktop.
app.use('/', express.static(rootDirectory, {
setHeaders: (res) => {
res.setHeader('Service-Worker-Allowed', '/');
},
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment