forked from DebaucheryLibrarian/traxxx
Added studio support. Added studios for LegalPorno. Improved media fetch error handling. Fixed DDFNetwork scraper, added media support.
This commit is contained in:
@@ -12,7 +12,7 @@ function initServer() {
|
||||
const app = express();
|
||||
const router = Router();
|
||||
|
||||
router.use(express.static(config.photoPath));
|
||||
router.use('/media', express.static(config.photoPath));
|
||||
router.use(express.static('public'));
|
||||
router.use(bodyParser.json({ strict: false }));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user