Norwegian url names for request pages.

This commit is contained in:
2021-04-09 12:31:46 +02:00
parent ea10f95a22
commit d44cc3cd39

View File

@@ -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",