billychen0894 / florist-ecommerce-app

Florist eCommerce App built with Next.js 14
https://florist-ecommerce-app.vercel.app
0 stars 0 forks source link

Feat/api: api endpoints abstraction and minor response headers and status code fix #40

Closed billychen0894 closed 1 year ago

billychen0894 commented 1 year ago

Instead of writing fetch api every time to contact with the endpoints, the abstraction is implemented by wrapping the api fetching logics in methods. Also, some endpoints are updated for response headers and status code.