mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add endpoints property to apps
This commit is contained in:
parent
61268576e1
commit
ae81543a45
2 changed files with 2 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ export default async function () {
|
||||||
url,
|
url,
|
||||||
text,
|
text,
|
||||||
slug: appSlug,
|
slug: appSlug,
|
||||||
|
endpoint: `/app/${appSlug}`,
|
||||||
section: {
|
section: {
|
||||||
label: sectionTitle,
|
label: sectionTitle,
|
||||||
slug: sectionSlug
|
slug: sectionSlug
|
||||||
|
|
|
||||||
|
|
@ -95,6 +95,7 @@ export default async function () {
|
||||||
url: `https://rawg.io/search?query=${encodeURIComponent(game.Games)}`,
|
url: `https://rawg.io/search?query=${encodeURIComponent(game.Games)}`,
|
||||||
text: statusesMessages[status],
|
text: statusesMessages[status],
|
||||||
slug,
|
slug,
|
||||||
|
endpoint: `/game/${slug}`,
|
||||||
section: {
|
section: {
|
||||||
label: 'Games',
|
label: 'Games',
|
||||||
slug: 'games'
|
slug: 'games'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue