UNPKG

@hosoft/restful-api-framework

Version:

Base framework of the headless cms HoServer provided by http://helloreact.cn

9 lines (7 loc) 114 B
/** * Content management service */ class ContentService { // noop } module.exports = new ContentService()