From 7dae1d56bfb8b257d70fae06b3856d00757ffcfd Mon Sep 17 00:00:00 2001 From: Tokishu <111585037+Tok1shu@users.noreply.github.com> Date: Thu, 15 May 2025 03:32:11 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 247da77..bb59240 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ I'm testing spring boot, and it might become my main framework for building APIs } ``` -### `PUT /note/{id}` - Update note +### `PUT /api/note/{id}` - Update note ``` { "name":"What should I buy?", @@ -23,4 +23,4 @@ I'm testing spring boot, and it might become my main framework for building APIs } ``` -### `DELETE /note/{id}` - Delete note +### `DELETE /api/note/{id}` - Delete note