This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
salix
Watch
3
Star
4
Fork
You've already forked salix
0
Code
Issues
Pull Requests
60
Releases
Wiki
Activity
73ccf9a107
salix
/
loopback
/
server
/
boot
/
print.js
4 lines
82 B
JavaScript
Raw
Normal View
History
Unescape
Escape
added print service part 1 #1001
2019-01-22 08:55:35 +00:00
module
.
exports
=
function
(
app
)
{
copy print folder on dockerfile build
2019-01-22 09:57:52 +00:00
require
(
'../../../print/server.js'
)
(
app
)
;
added print service part 1 #1001
2019-01-22 08:55:35 +00:00
}
;