From e07ebda3db5b3822eaf65433aa9da44773d35440 Mon Sep 17 00:00:00 2001 From: lecjy <565572696@qq.com> Date: Fri, 22 Mar 2024 21:59:38 +0800 Subject: [PATCH] fix #1007 Signed-off-by: lecjy <565572696@qq.com> --- contact-center/docs/Chatopera_cc_v1.postman_collection.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contact-center/docs/Chatopera_cc_v1.postman_collection.json b/contact-center/docs/Chatopera_cc_v1.postman_collection.json index 1893de13..2d4a9475 100644 --- a/contact-center/docs/Chatopera_cc_v1.postman_collection.json +++ b/contact-center/docs/Chatopera_cc_v1.postman_collection.json @@ -40,14 +40,14 @@ "raw": "" }, "url": { - "raw": "http://{{IP}}:{{PORT}}/tokens?username=admin&password=admin1234", + "raw": "http://{{IP}}:{{PORT}}/auth/token/bearer?username=admin&password=admin1234", "protocol": "http", "host": [ "{{IP}}" ], "port": "{{PORT}}", "path": [ - "tokens" + "/auth/token/bearer" ], "query": [ {