From d795c62cf3327d151ffa30cc82ef3edbdccccec1 Mon Sep 17 00:00:00 2001 From: Aldino Kemal Date: Thu, 7 Jul 2022 08:01:15 +0700 Subject: [PATCH] chore: update docs --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 45cb5e6..bf6fd98 100644 --- a/readme.md +++ b/readme.md @@ -82,7 +82,7 @@ You can check [docs/openapi.yml](./docs/openapi.yaml) for detail API | ✅ | Send Image | POST | /send/image | | ✅ | Send File | POST | /send/file | | ✅ | Send Video | POST | /send/video | -| ❌ | Send Contact | POST | /send/contact | +| ✅ | Send Contact | POST | /send/contact | ``` ✅ = Available @@ -91,12 +91,13 @@ You can check [docs/openapi.yml](./docs/openapi.yaml) for detail API ### App User Interface -1. Homepage ![Homepage](https://i.ibb.co/nCK9w1W/Screen-Shot-2022-05-22-at-13-39-28.png) +1. Homepage ![Homepage](https://i.ibb.co/ScYLjw8/Screen-Shot-2022-07-07-at-07-57-46.png) 2. Login ![Login](https://i.ibb.co/Yp3YJKM/Screen-Shot-2022-02-13-at-12-55-54.png) 3. Send Message ![Send Message](https://i.ibb.co/Bng57Ry/Screen-Shot-2022-05-22-at-13-51-13.png) 4. Send Image ![Send Image](https://i.ibb.co/gJj3SrQ/Screen-Shot-2022-05-22-at-13-49-21.png) 5. Send File ![Send File](https://i.ibb.co/nCwhysd/Screen-Shot-2022-05-22-at-13-43-16.png) 6. Send Video ![Send File](https://i.ibb.co/yBXsWXX/Screen-Shot-2022-05-22-at-13-43-24.png) +6. Send Contact ![Send File](https://i.ibb.co/fqwwGK5/Screen-Shot-2022-07-07-at-07-59-26.png) 7. User Info ![User Info](https://i.ibb.co/BC0mNT7/Screen-Shot-2022-02-13-at-13-00-57.png) 8. User Avatar ![User Avatar](https://i.ibb.co/TkzPbLZ/Screen-Shot-2022-02-13-at-13-01-39.png) 9. User Privacy ![User My Privacy](https://i.ibb.co/RQcC5m9/Screen-Shot-2022-02-13-at-12-58-47.png)