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
/
index.js
12 lines
(9 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * HoServer API Server Ver 2.0 * Copyright http://hos.helloreact.cn * * create: 2018/11/15 **/
require
(
'bytenode'
)
const
App
=
require
(
'./src/boostrap'
)
module
.
exports
=
App