This website requires JavaScript.
Explore
Help
Sign In
verdnatura-mirror
/
loopback-boot
mirror of
https://github.com/strongloop/loopback-boot.git
Watch
0
Star
0
Fork
You've already forked loopback-boot
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
47974fd1d2
loopback-boot
/
test
/
fixtures
/
simple-middleware.js
6 lines
102 B
JavaScript
Raw
Blame
History
module
.
exports
=
function
(
params
)
{
return
function
(
req
,
res
,
next
)
{
res
.
send
(
params
)
;
}
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink