Skip to content

Commit 6d1fc56

Browse files
authored
Update README.md
1 parent 75c5901 commit 6d1fc56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $routes->get('/api/kbbi/search/(:any)', 'ApiKBBI::search/$1');
4646
- /api/kbbi/search/```KATA_KUNCI```
4747

4848
## Contoh Respon
49-
#### /api/kbbi/bagaimana
49+
#### /api/kbbi/search/bagaimana
5050
```json
5151
{
5252
"success": true,
@@ -75,7 +75,7 @@ $routes->get('/api/kbbi/search/(:any)', 'ApiKBBI::search/$1');
7575
}
7676
```
7777

78-
#### /api/kbbi/bagai%20babi%20kelaparan
78+
#### /api/kbbi/search/bagai%20babi%20kelaparan
7979
```json
8080
{
8181
"success": true,

0 commit comments

Comments
 (0)