Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kresnasatya committed Dec 28, 2024
1 parent 8bb74ac commit 1e5ecc1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ vercel dev

```json
{
holiday_date: "2021-05-13",
holiday_name: "Hari Paskah",
is_national_holiday: true or false
holiday_date: "2021-01-01",
holiday_name: "Tahun Baru Masehi",
is_national_holiday: true
}
```

## Cara Mengakses API

Silakan gunakan salah satu dari 3 domain di bawah ini untuk mengakses API hari libur.

- Cloudflare: `https://api-harilibur.pages.dev`
- Netlify: `https://api-harilibur.netlify.app`
- Vercel: `https://api-harilibur.vercel.app`
- Cloudflare: https://api-harilibur.pages.dev
- Netlify: https://api-harilibur.netlify.app
- Vercel: https://api-harilibur.vercel.app

### Endpoint

Expand Down

0 comments on commit 1e5ecc1

Please sign in to comment.