Files: a51858b13e497beda1e5deb1c48381c361a0ccfa / app / services / static.js
129 bytesRaw
1 | const serveStatic = require('serve-static') |
2 | |
3 | function createStaticService (config) { |
4 | return serveStatic(config.root, config) |
5 | } |
6 |
Built with git-ssb-web