Skip to content

Commit 72e0c85

Browse files
authored
Update README.md
1 parent 3cbb0f5 commit 72e0c85

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,11 @@ public class ExampleWeb {
107107
}
108108
}
109109
```
110-
**⚠️ Warning:** Web example requires Spring Boot dependencies and setup.
110+
>[!WARNING]
111+
> Web example requires Spring Boot dependencies and setup.
112+
113+
## 🌐 API Endpoints
114+
Method Endpoint Description
115+
GET /books Get all books
116+
POST /books Add book
117+
GET /books/search Search

0 commit comments

Comments
 (0)