md-toy-blog
Version:
Very simple Markdown blog: serves your md as html without fancy databases. You will only spend time writing the actual data.
7 lines • 364 B
TypeScript
import NotFoundController from './NotFoundController';
export default class BlogHomeController extends NotFoundController {
protected config: BlogHomeControllerCtorConfig;
constructor(config: BlogHomeControllerCtorConfig);
action({ posts }: BlogHomeControllerActionParams): Promise<ResponseInterface>;
}
//# sourceMappingURL=BlogHomeController.d.ts.map