Fix the end of the README

This commit is contained in:
cyi1341 2023-06-23 18:39:22 +08:00
parent ab1461db1b
commit b48c991761
1 changed files with 0 additions and 1 deletions

View File

@ -88,4 +88,3 @@ Refer to the code for more details on the expected request format and response s
- The project uses Cloudflare Workers KV for storage, which has certain [limitations](https://developers.cloudflare.com/workers/platform/limits) on the number of read and write operations per day, as well as the maximum size of each value.
- The login functionality is basic and does not include advanced features like token-based authentication or password hashing.
- The search functionality is limited to exact matches for key and value.
>>>>>>> fbbcdc8 (Add the actual project)