소스 검색

add raw git url for the avatar in the mockapi

AlexiCauvin 6 년 전
부모
커밋
f7359c1fba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jsonserver/static_db.json

+ 1 - 1
jsonserver/static_db.json 파일 보기

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