complated service and service detail page connection to backend
This commit is contained in:
@@ -7,7 +7,7 @@ export const endPoints = {
|
||||
},
|
||||
services: {
|
||||
all: "firesafety/",
|
||||
detail: (id: number) => `/api/firesafety/${id}`,
|
||||
detail: (id: number) => `firesafety/${id}`,
|
||||
},
|
||||
product: {
|
||||
byCategory: (categoryId: number) => `product/?category=${categoryId}`,
|
||||
|
||||
Reference in New Issue
Block a user