Norwegian url names for request pages.
This commit is contained in:
@@ -112,11 +112,21 @@ const routes = [
|
|||||||
name: "Topplisten",
|
name: "Topplisten",
|
||||||
component: HighscorePage
|
component: HighscorePage
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: "/anbefal",
|
||||||
|
name: "Anbefal ny vin",
|
||||||
|
component: RequestWine
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: "/request",
|
path: "/request",
|
||||||
name: "Etterspør vin",
|
name: "Etterspør vin",
|
||||||
component: RequestWine
|
component: RequestWine
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: "/anbefalte",
|
||||||
|
name: "Anbefalte viner",
|
||||||
|
component: AllRequestedWines
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: "/requested-wines",
|
path: "/requested-wines",
|
||||||
name: "Etterspurte vin",
|
name: "Etterspurte vin",
|
||||||
|
|||||||
Reference in New Issue
Block a user