File size: 184 Bytes
aa2e6af
 
 
 
 
 
 
1
2
3
4
5
6
7
8
const express = require('express');
const paths = require('~/config/paths');

const router = express.Router();
router.use(express.static(paths.imageOutput));

module.exports = router;