Fixed index.js

This commit is contained in:
Matthew Patrick 2021-11-09 08:12:43 +07:00
parent 210a2b9547
commit 5ed5cbffa3

View file

@ -4,7 +4,6 @@ const app = express()
app.use(express.static('public'))
app.set('view engine', 'ejs')
app.use()
const indexRouter = require('./routers/product');