UNPKG
instant-image-host
Version:
latest (1.0.0)
1.0.0
instant image host
github.com/1nchpp/instant-image-host
1nchpp/instant-image-host
instant-image-host
/
routes
/
assets.js
4 lines
•
128 B
JavaScript
View Raw
1
2
3
4
module.exports =
function
(
vars
)
{
const
{ express, app, fs, ENV } = vars; app.
use
(
'/assets'
, express.
static
(
'assets'
)) }