[Client] Follow api changes and some cleanups
This commit is contained in:
parent
31550ce1d9
commit
898daf24d1
5 changed files with 12 additions and 36 deletions
|
|
@ -38,8 +38,7 @@ export default () => {
|
|||
});
|
||||
|
||||
const data = {
|
||||
cache: true,
|
||||
home: homeData
|
||||
home: JSON.stringify(homeData)
|
||||
};
|
||||
|
||||
return data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue