UNPKG
@hosoft/restful-api-framework
Version:
latest (2.2.0)
2.2.0
2.1.0
2.0.8
2.0.7
2.0.5
2.0.2
2.0.1
1.5.3
1.4.1
1.3.0
1.2.0
1.1.0
1.0.1
Base framework of the headless cms HoServer provided by http://helloreact.cn
@hosoft/restful-api-framework
/
models.js
11 lines
(8 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * HoServer API Server Ver 2.0 * Copyright http://hos.helloreact.cn * * create: 2018/11/15 **/
const
models
=
require(
'./src/models'
)
module
.
exports
= models