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,
|
||||
text,
|
||||
slug: appSlug,
|
||||
endpoint: `/app/${appSlug}`,
|
||||
section: {
|
||||
label: sectionTitle,
|
||||
slug: sectionSlug
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue