We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c5901 commit 6d1fc56Copy full SHA for 6d1fc56
README.md
@@ -46,7 +46,7 @@ $routes->get('/api/kbbi/search/(:any)', 'ApiKBBI::search/$1');
46
- /api/kbbi/search/```KATA_KUNCI```
47
48
## Contoh Respon
49
-#### /api/kbbi/bagaimana
+#### /api/kbbi/search/bagaimana
50
```json
51
{
52
"success": true,
@@ -75,7 +75,7 @@ $routes->get('/api/kbbi/search/(:any)', 'ApiKBBI::search/$1');
75
}
76
```
77
78
-#### /api/kbbi/bagai%20babi%20kelaparan
+#### /api/kbbi/search/bagai%20babi%20kelaparan
79
80
81
0 commit comments