API structure has changed
11 structure changes including:
5 Breaking changes
6 Additions
5 Removals
Removed
5
Breaking
DELETE /products/{id}
GET /products
GET /products/{id}
POST /products
PUT /products/{id}
Added
6
DELETE /api/products/{id}
GET /api/products
GET /api/products/{id}
POST /api/products
POST /api/reset-password
PUT /api/products/{id}