diff --git a/node-find-recipe-step/app.js b/node-find-recipe-step/app.js index 8e8f7ec..e9ce853 100644 --- a/node-find-recipe-step/app.js +++ b/node-find-recipe-step/app.js @@ -18,6 +18,6 @@ app.use(cookieParser()); app.use(express.static(path.join(__dirname, 'public'))); app.use('/', indexRouter); - +app.use('/recipes', recipeRouter); module.exports = app;