UNPKG
tainan-express
Version:
latest (1.0.3)
1.0.3
execl download
tainan-express
/
temp
/
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"
); };