From 1467d965dc8f428dc1946a1f4f7c0e749b20e570 Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Wed, 15 Dec 2021 22:42:32 +0100 Subject: repair group api bug --- index.http | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'index.http') 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 ### GET http://localhost:8000/api/auth/info/? -Authorization: Token bd057a90565d85b2efa23f73deb9e5afdb4e4d56b24ba405a1cf33b66b49f4ed +Authorization: Token 050b960ef361d319cd5ed628d3cefa6fee480fdf710bed54d79d4b2b2fb6c936 ### -GET http://localhost:8000/api/chat/groups/detail/22/messages/ +POST http://localhost:8000/api/chat/groups/detail/22/messages/ Authorization: Token b4bd0a69d9f78c9447b4f7581a8b8cc53f5732a7f6542db9a5fea093ce734b2c content-type: application/json + +{ + "message": "test" +} -- cgit v1.2.3