Skip to content

🔌 Endpoint Structure ​

Semua endpoint mengikuti standar RESTful.


📡 Contoh ​

GET /api/users
POST /api/login
PUT /api/user/:id
DELETE /api/user/:id


📦 Response Format ​

Semua response konsisten:

{ success: boolean, message: string, data: object | null }

Released under the MIT License.