Skip to content

Commit eeb1c4d

Browse files
committed
Update README.md
1 parent 31c3f9e commit eeb1c4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,19 +144,19 @@ To make a full-text search on resources, add `q`.
144144
GET /:resource?q=
145145
```
146146

147-
For routes usage information, have a look at [JSONPlaceholder](https://github.com/typicode/jsonplaceholder) code examples.
147+
Returns database.
148148

149149
```
150150
GET /db
151151
```
152152

153-
Returns database state.
153+
Returns default index file or content of ./public/index.html (useful if you need to set a custom home page).
154154

155155
```
156156
GET /
157157
```
158158

159-
Returns default index file or content of ./public/index.html (useful if you need to set a custom home page).
159+
For routes usage examples, have a look at [JSONPlaceholder](https://github.com/typicode/jsonplaceholder)'s README.
160160

161161
## Links
162162

0 commit comments

Comments
 (0)