Remove redundant option

This commit is contained in:
Sam Carlton 2020-11-27 16:36:21 -06:00
parent 6f8ee3e4d6
commit 8a2843452d

View file

@ -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
} }
] ]