diff --git a/README.md b/README.md index 33dd441..009b91c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ ### 已部署好的地址 -* [Click to enter](https://requestcounter.herokuapp.com/get/MarkusJoe) +* [Click to enter](https://requestcounter.herokuapp.com/count/MarkusJoe) * 默认主题: `lewd` ### 部署到Heroku diff --git a/docs/README.md b/docs/README.md index 4695c16..4771b04 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,8 +22,8 @@ # 基本信息 - Python版本: `3.10.x` - 请求方法: `GET` `POST` -- 请求地址: `/get/` -- 你需要在 `/get/` 后加入你需要使用的名称来进行统计 +- 请求地址: `/count/` +- 你需要在 `/count/` 后加入你需要使用的名称来进行统计 - 可选参数: `theme` `length` diff --git a/templates/index.html b/templates/index.html index cb381e8..49ed95c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -26,9 +26,9 @@
服务端使用Flask开发没有使用异步编程
- 点击查看本地部署示例 + 点击查看本地部署示例
- 点击查看已部署好的调用示例 + 点击查看已部署好的调用示例
注: 调用支持POST 和 GET 方法请求