oops
This commit is contained in:
parent
6c37eb6742
commit
bd9e4cee36
1 changed files with 0 additions and 1 deletions
1
app.js
1
app.js
|
@ -19,7 +19,6 @@ app.use(cookieParser());
|
||||||
app.use(express.static(path.join(__dirname, 'public')));
|
app.use(express.static(path.join(__dirname, 'public')));
|
||||||
|
|
||||||
app.use('/', indexRouter);
|
app.use('/', indexRouter);
|
||||||
app.use('/users', usersRouter);
|
|
||||||
|
|
||||||
// catch 404 and forward to error handler
|
// catch 404 and forward to error handler
|
||||||
app.use(function(req, res, next) {
|
app.use(function(req, res, next) {
|
||||||
|
|
Loading…
Reference in a new issue