Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

url /get_cookie, not /get_cookies #395

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ToolServer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ docker compose up
Note that you should install `docker` and `docker-compose` first.

## 🧩 API Documentation
### /get_cookies
### /get_cookie
This path will return a cookie that contains the node_id of the ToolServerNode instance.
All the following requests should use this cookie to identify the ToolServerNode instance.

Expand Down
2 changes: 1 addition & 1 deletion ToolServer/README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ docker compose up
请注意,你需要提前安装`docker`和`docker-compose`。

## 🧩 API说明
### /get_cookies
### /get_cookie
该路径将返回一个cookie,其中包含ToolServerNode实例的node_id。
所有后续的请求都需要使用该cookie来识别ToolServerNode实例。

Expand Down