Skip to content

Instantly share code, notes, and snippets.

@bolerap
Created April 13, 2017 04:28
Show Gist options
  • Select an option

  • Save bolerap/f73470ab3e34c4ca5501dc3bbef9a625 to your computer and use it in GitHub Desktop.

Select an option

Save bolerap/f73470ab3e34c4ca5501dc3bbef9a625 to your computer and use it in GitHub Desktop.
// Use middleware to serve static
router.Use(static.Serve("/", static.LocalFile("./frontend/dist", true)))
router.Use(static.Serve("/download", static.LocalFile("./output", true)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment