Add customer management
This commit is contained in:
4
internal_frontend/app/api/customers/customerRoutes.ts
Normal file
4
internal_frontend/app/api/customers/customerRoutes.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const customerRoutes = {
|
||||
create: "/customers",
|
||||
validate: "/customers/validate",
|
||||
};
|
||||
Reference in New Issue
Block a user