Fixed menu in test data

master
Mark Moffat 2018-02-17 12:26:18 +01:00
parent 8d966f862b
commit 7b617bcb30
1 changed files with 2 additions and 2 deletions

View File

@ -96,12 +96,12 @@
"items": [
{
"title" : "Backpacks",
"link" : "backpack",
"link" : "/category/backpack",
"order" : 0
},
{
"title" : "Boots",
"link" : "boots",
"link" : "/category/boots",
"order" : 1
}
]