formbuilder

This commit is contained in:
hamid zarghami
2026-01-29 10:24:41 +03:30
parent 2234c44202
commit f9899f108c
6 changed files with 48 additions and 30 deletions
+5
View File
@@ -20,6 +20,11 @@ export const Paths = {
list: '/product/attribute-value/'
}
},
formBuilder: {
list: '/form-builder/list/',
create: '/form-builder/create/',
update: '/form-builder/update/',
},
order: {
list: '/order/list'
},