Update README.md

This commit is contained in:
Tokishu
2025-05-15 03:32:11 -07:00
committed by GitHub
parent 4b108e1ae1
commit 7dae1d56bf
+2 -2
View File
@@ -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