From f24234d10ec0cdb2217c90d5176fc877f15e0794 Mon Sep 17 00:00:00 2001 From: Kfir Dayan Date: Wed, 19 Apr 2023 15:14:47 +0300 Subject: [PATCH] consistency --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 25c70fe..ff893bf 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ The API is a simple API that serves the results of the crawler. ## GET ## /sites - Returns a list of all sites /sites/:id - Returns the site object for the given site Id - sites/domain/:domain - Returns the domain object for the given domain + /sites/domain/:domain - Returns the domain object for the given domain ## DELETE ## /sites/:id - Deletes the site object for the given site Id - sites/domain/:domain - Deletes the domain object for the given domain + /sites/domain/:domain - Deletes the domain object for the given domain ## Post ## - sites/:id - Updates the site object for the given site Id \ No newline at end of file + /sites/:id - Updates the site object for the given site Id \ No newline at end of file