From bea3841f11df0b3733d5af0973d046fdc907853b Mon Sep 17 00:00:00 2001 From: AdminWhaleFall Date: Sat, 9 Apr 2022 14:46:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 59b0462..f272f40 100644 --- a/README.md +++ b/README.md @@ -135,9 +135,9 @@ pipenv run python flask_app/app.py 默认监听 *0.0.0.0:10981* 地址,浏览器访问[http://127.0.0.1:10981](http://127.0.0.1:10981)若无意外,就可以出现前端调试界面。 1. WebAPI -`/downloadapi/`:GET 出现当前 api.json 文件的内容。 -`/testapi/`:POST 给定抓取的api,测试请求。 -`/submitapi/`:POST 提交当前的api到 api.json 文件。 +`/downloadapi/`:GET 出现当前 api.json 文件的内容。 +`/testapi/`:POST 给定抓取的api,测试请求。 +`/submitapi/`:POST 提交当前的api到 api.json 文件。