Welcome to Next.js!
Visit the demo API /api/vouchers
Here's the data returned directly from the Database.
[
{
"_id": "6161b2b9c28ae290b5946711",
"name": "Voucher promo gila",
"expires": "20 Juni 2022"
},
{
"_id": "6477f59d2d94a4637f23b230",
"name": "Voucher promo hebat",
"expires": "13 Agustus 2023"
}
]