Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilenka committed Apr 27, 2021
1 parent 308d20b commit d40920f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Routes | Description
------------ | ------------
`/prov` | Get All Provinces
`/kab` | Get All Kabupaten & Kota
`/prov/\[PROV_ID]` | Get Province's data and all Kab/Kota in the Province
`/kab/\[KABUPATEN_ID/KOTA_ID]` | Get Kab/Kota's data and all Kecamatan in the Kab/Kota
`/kec/\[KECAMATAN_ID]` | Get Kecamatan's data and all Kelurahan/Desa in the Kecamatan
`/prov/[PROV_ID]` | Get Province's data and all Kab/Kota in the Province
`/kab/[KABUPATEN_ID/KOTA_ID]` | Get Kab/Kota's data and all Kecamatan in the Kab/Kota
`/kec/[KECAMATAN_ID]` | Get Kecamatan's data and all Kelurahan/Desa in the Kecamatan

0 comments on commit d40920f

Please sign in to comment.