[Client] Follow api changes and some cleanups

This commit is contained in:
syuilo
2017-03-19 15:22:55 +09:00
parent 31550ce1d9
commit 898daf24d1
5 changed files with 12 additions and 36 deletions

View File

@@ -38,8 +38,7 @@ export default () => {
});
const data = {
cache: true,
home: homeData
home: JSON.stringify(homeData)
};
return data;