mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 02:16:19 +01:00
Changed Routers folder to Routes folder
This commit is contained in:
parent
5ed5cbffa3
commit
0879aef4cf
2 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -5,7 +5,7 @@ const app = express()
|
|||
app.use(express.static('public'))
|
||||
app.set('view engine', 'ejs')
|
||||
|
||||
const indexRouter = require('./routers/product');
|
||||
const indexRouter = require('./routes/product');
|
||||
|
||||
app.use('/', indexRouter);
|
||||
|
||||
|
|
Loading…
Reference in a new issue