mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Remove redundant option
This commit is contained in:
parent
6f8ee3e4d6
commit
8a2843452d
1 changed files with 0 additions and 2 deletions
|
|
@ -10,12 +10,10 @@ const listsOptions = [
|
||||||
{
|
{
|
||||||
buildMethod: buildAppList,
|
buildMethod: buildAppList,
|
||||||
path: '/static/app-list.json',
|
path: '/static/app-list.json',
|
||||||
route: app => '/app/' + app.slug
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
buildMethod: buildGamesList,
|
buildMethod: buildGamesList,
|
||||||
path: '/static/game-list.json',
|
path: '/static/game-list.json',
|
||||||
route: app => '/game/' + app.slug
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue