1
0
Fork 0
mirror of https://gitlab.com/nekoya/web.git synced 2025-04-25 21:48:01 +02:00

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');