feat(customers): add controlled CSV and XLSX customer import
This commit is contained in:
parent
613ffdc8b7
commit
82e03877b3
566 changed files with 2752 additions and 991 deletions
|
|
@ -66,6 +66,18 @@
|
|||
"routeKeys": {},
|
||||
"namedRegex": "^/_not\\-found(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/api/customer-imports/confirm",
|
||||
"regex": "^/api/customer\\-imports/confirm(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/api/customer\\-imports/confirm(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/api/customer-imports/preview",
|
||||
"regex": "^/api/customer\\-imports/preview(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/api/customer\\-imports/preview(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/api/login",
|
||||
"regex": "^/api/login(?:/)?$",
|
||||
|
|
@ -108,6 +120,12 @@
|
|||
"routeKeys": {},
|
||||
"namedRegex": "^/customers(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/customers/import",
|
||||
"regex": "^/customers/import(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/customers/import(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/dashboard",
|
||||
"regex": "^/dashboard(?:/)?$",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue