Create and update customer

This commit is contained in:
hamid zarghami
2026-02-25 16:14:39 +03:30
parent a7abf5db26
commit d5a6342158
8 changed files with 426 additions and 4 deletions
+2
View File
@@ -23,6 +23,8 @@ export const Paths = {
},
users: {
list: '/users/list',
create: '/users/create',
update: '/users/update/',
},
admin: {
list: '/admin/list',