From 79bcc4f49f41c2d42b9f2999462053d1a7a75265 Mon Sep 17 00:00:00 2001 From: pedrofnseca Date: Tue, 18 Jun 2024 23:29:09 -0300 Subject: [PATCH] fix: delete work in progress --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 07f6e76..d445334 100644 --- a/README.md +++ b/README.md @@ -66,12 +66,10 @@ In this project, I'm using a Postgres database to store user information. The da ## Endpoints -This RESTful web server provides the following endpoints (please note that this section is a work in progress): +This RESTful web server provides the following endpoints. - **GET /users:** Retrieve a list of users. - **GET /users/{id}:** Retrieve detailed information about a specific user. - **POST /users:** Create a new user. - **PUT /users/{id}:** Update information for a specific user. - **DELETE /users/{id}:** Delete a user. - -These endpoints will serve as a starting point for interacting with the API once the development is complete. You can use tools like `curl` or web browsers to perform requests and test the server's functionality. Each endpoint adheres to the principles of a RESTful API, providing clear and predictable behavior.