Skip to content

Instantly share code, notes, and snippets.

@Swaagie
Created August 21, 2014 15:47
Show Gist options
  • Save Swaagie/de943489862b1c9ed5a7 to your computer and use it in GitHub Desktop.
Save Swaagie/de943489862b1c9ed5a7 to your computer and use it in GitHub Desktop.
pipe
.before(serveStatic(path.join(__dirname, 'public1')))
.before(serveStatic(path.join(__dirname, 'public2')))
.before(serveFavicon(path.join(__dirname, 'public', 'favicon.png')));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment