Add endpoints property to apps

This commit is contained in:
Sam Carlton 2020-11-20 15:50:08 -06:00
parent 61268576e1
commit ae81543a45
2 changed files with 2 additions and 0 deletions

View file

@ -95,6 +95,7 @@ export default async function () {
url: `https://rawg.io/search?query=${encodeURIComponent(game.Games)}`,
text: statusesMessages[status],
slug,
endpoint: `/game/${slug}`,
section: {
label: 'Games',
slug: 'games'