mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 10:26:40 +01:00
Fixed index.js
This commit is contained in:
parent
210a2b9547
commit
5ed5cbffa3
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
@ -4,7 +4,6 @@ const app = express()
|
|||
|
||||
app.use(express.static('public'))
|
||||
app.set('view engine', 'ejs')
|
||||
app.use()
|
||||
|
||||
const indexRouter = require('./routers/product');
|
||||
|
||||
|
|
Loading…
Reference in a new issue