1.0.0 • Published 3 years ago
@rugo-vn/static v1.0.0
Rugo Static
Static file serving from local
Usage
const static = createStatic({ root: '/root/directory/to/serve' });
await static(ctx, next);
API
License
MIT
1.0.0
3 years ago
Static file serving from local
const static = createStatic({ root: '/root/directory/to/serve' });
await static(ctx, next);
MIT
3 years ago