Add project management support and integrate customer-project functionality
This commit is contained in:
6
internal_frontend/app/api/projects/projectRoutes.ts
Normal file
6
internal_frontend/app/api/projects/projectRoutes.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const projectRoutes = {
|
||||
'create': '/api/projects',
|
||||
getById: (id: string) => `/api/projects/${id}`,
|
||||
getProjectByCustomerId: (customerId: string) => `/api/projects/customer/${customerId}`
|
||||
}
|
||||
;
|
||||
Reference in New Issue
Block a user