backend: populated routes

This commit is contained in:
muerwre 2018-11-30 16:06:52 +07:00
parent 723ab51eef
commit 6ffdca22d7
5 changed files with 25 additions and 9 deletions

View file

@ -8,7 +8,7 @@ export const DEFAULT_USER = {
place_types: {},
random_url: '',
role: ROLES.guest,
routes: [],
routes: {},
success: false,
id: null,
token: null,