From cebf4b572ff9675e2ce28990c63f41ede7dfc307 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 20 Oct 2022 23:50:02 +0400 Subject: [PATCH] README updated. 404 codes for solving was removed. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 30f2fe8..c615d7a 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,6 @@ Responds with an empty body and one of the HTTP codes. #### HTTP codes - `202` if solved - `403` if not solved -- `404` if doesn't exist ### Check if captcha is solved @@ -76,7 +75,6 @@ to be expired. E.g. when a visitor requests for a new CAPTCHA or leaving a page. #### HTTP codes - `204` if solved - `403` if not solved -- `404` if doesn't exist ### Example of interaction