File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -144,19 +144,19 @@ To make a full-text search on resources, add `q`.
144
144
GET /:resource?q=
145
145
```
146
146
147
- For routes usage information, have a look at [ JSONPlaceholder ] ( https://github.com/typicode/jsonplaceholder ) code examples .
147
+ Returns database .
148
148
149
149
```
150
150
GET /db
151
151
```
152
152
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) .
154
154
155
155
```
156
156
GET /
157
157
```
158
158
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 .
160
160
161
161
## Links
162
162
You can’t perform that action at this time.
0 commit comments