chore: organize names and folders to better fit

This commit is contained in:
Rodolfo Ruiz
2025-09-06 18:30:32 -06:00
parent 49dead566c
commit 9cdb76273d
15 changed files with 19 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
export default class FurnitureVariantApi {
export default class ProductsApi {
constructor(token) {
this.baseUrl = 'https://inventory-bff.dream-views.com/api/v1/FurnitureVariant';
this.token = token;