From 60200c6d26c13933df046017294f2d64e0004738 Mon Sep 17 00:00:00 2001 From: Arriv9l <43286088+Arriv9l@users.noreply.github.com> Date: Sat, 8 Jul 2023 16:45:31 +0800 Subject: [PATCH] Fix typo --- api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.md b/api.md index 9d54f2a0f..1ea46b12a 100644 --- a/api.md +++ b/api.md @@ -17,7 +17,7 @@ 格式参考[这个文件](/app/src/main/java/io/legado/app/data/entities/BookSource.kt) ``` -URL = http://127.0.0.1:1234/saveSource +URL = http://127.0.0.1:1234/saveBookSource Method = POST ```