git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 0a19ff71e90207bdc5e6b22d5470c11617f9f7b0

Files: 0a19ff71e90207bdc5e6b22d5470c11617f9f7b0 / app / services / static.js

200 bytesRaw
1const serveStatic = require('serve-static')
2const { join } = require('path')
3
4module.exports = createStaticService
5
6function createStaticService (config) {
7 return serveStatic(config.root, config)
8}
9

Built with git-ssb-web