Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dyazincahya authored Jun 22, 2024
1 parent 75c5901 commit 6d1fc56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $routes->get('/api/kbbi/search/(:any)', 'ApiKBBI::search/$1');
- /api/kbbi/search/```KATA_KUNCI```

## Contoh Respon
#### /api/kbbi/bagaimana
#### /api/kbbi/search/bagaimana
```json
{
"success": true,
Expand Down Expand Up @@ -75,7 +75,7 @@ $routes->get('/api/kbbi/search/(:any)', 'ApiKBBI::search/$1');
}
```

#### /api/kbbi/bagai%20babi%20kelaparan
#### /api/kbbi/search/bagai%20babi%20kelaparan
```json
{
"success": true,
Expand Down

0 comments on commit 6d1fc56

Please sign in to comment.