diff --git a/frontend/router.js b/frontend/router.js index a9d6231..c53d110 100644 --- a/frontend/router.js +++ b/frontend/router.js @@ -112,11 +112,21 @@ const routes = [ name: "Topplisten", component: HighscorePage }, + { + path: "/anbefal", + name: "Anbefal ny vin", + component: RequestWine + }, { path: "/request", name: "Etterspør vin", component: RequestWine }, + { + path: "/anbefalte", + name: "Anbefalte viner", + component: AllRequestedWines + }, { path: "/requested-wines", name: "Etterspurte vin",