NIGGA WTF

This commit is contained in:
simio 2024-10-09 13:49:59 -03:00
parent 9f94905f10
commit eee5c8c359

View File

@ -5,7 +5,9 @@ const { readCsv } = require('../utils/csv');
const { dirname } = require('path');
const appDir = dirname(require.main.filename);
createCommonPath(router, '/', "home")
createCommonPath(router, '/', "home", {
stylesheet: '/public/styles/home/home.css'
})
router.get('/lists/anime', async (_req, res) => {
try{