add homepage
This commit is contained in:
parent
2712285a35
commit
0dcc2450a2
2 changed files with 21 additions and 26 deletions
|
@ -91,6 +91,8 @@ export const indexQuery = async (): Promise<IndexResponse> => {
|
|||
|
||||
indexData.allWorlds.sort((a, b) => a.id - b.id);
|
||||
|
||||
console.log(indexData);
|
||||
|
||||
return indexData;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue