UNPKG
tainanle-express
Version:
latest (1.0.4)
1.0.4
execl download
tainanle-express
/
example
/
controller
/
orders.js
7 lines
(5 loc)
•
109 B
JavaScript
View Raw
1
2
3
4
5
6
7
// 导入模块
// 导出模块
exports
.
index
=
(
req, res
) =>
{ res.
end
(
"this is orders"
); };