Browse Source

add raw git url for the avatar in the mockapi

AlexiCauvin 6 years ago
parent
commit
f7359c1fba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jsonserver/static_db.json

+ 1 - 1
jsonserver/static_db.json View File

20
     "is_active": true,
20
     "is_active": true,
21
     "caldav_url": null,
21
     "caldav_url": null,
22
     "user_id": 1,
22
     "user_id": 1,
23
-    "avatar_url": null,
23
+    "avatar_url": "https://rawgit.com/tracim/tracim_frontend/develop/src/img/adminProfil.png",
24
     "created": "2018-05-17T08:43:03.745219+00:00",
24
     "created": "2018-05-17T08:43:03.745219+00:00",
25
     "display_name": "Global manager"
25
     "display_name": "Global manager"
26
   },
26
   },