summaryrefslogtreecommitdiffstats
path: root/index.http
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2021-12-15 22:42:32 +0100
committerjdlugosz963 <jdlugosz963@gmail.com>2021-12-15 22:42:32 +0100
commit1467d965dc8f428dc1946a1f4f7c0e749b20e570 (patch)
treebbce6eb6440df586e0b0a3466f5128911181a04c /index.http
parente4c0cecb34b159392f95b081916b13534754603d (diff)
downloadlom_api-1467d965dc8f428dc1946a1f4f7c0e749b20e570.tar.gz
lom_api-1467d965dc8f428dc1946a1f4f7c0e749b20e570.zip
repair group api bug
Diffstat (limited to 'index.http')
-rw-r--r--index.http8
1 files changed, 6 insertions, 2 deletions
diff --git a/index.http b/index.http
index ef0ba9f..214c9f5 100644
--- a/index.http
+++ b/index.http
@@ -31,10 +31,14 @@ content-type: application/json
31### 31###
32 32
33GET http://localhost:8000/api/auth/info/? 33GET http://localhost:8000/api/auth/info/?
34Authorization: Token bd057a90565d85b2efa23f73deb9e5afdb4e4d56b24ba405a1cf33b66b49f4ed 34Authorization: Token 050b960ef361d319cd5ed628d3cefa6fee480fdf710bed54d79d4b2b2fb6c936
35 35
36### 36###
37 37
38GET http://localhost:8000/api/chat/groups/detail/22/messages/ 38POST http://localhost:8000/api/chat/groups/detail/22/messages/
39Authorization: Token b4bd0a69d9f78c9447b4f7581a8b8cc53f5732a7f6542db9a5fea093ce734b2c 39Authorization: Token b4bd0a69d9f78c9447b4f7581a8b8cc53f5732a7f6542db9a5fea093ce734b2c
40content-type: application/json 40content-type: application/json
41
42{
43 "message": "test"
44}