Version based API - Pushed here before the 5000 and 8000
This commit is contained in:
@@ -16,7 +16,7 @@ V1Product.get("/EventsByProduct", tokenValidator, GetProductEventDatas);
|
||||
V1Product.patch("/DeleteEvent", tokenValidator, DeleteEventsController);
|
||||
V1Product.patch("/DeleteProduct", tokenValidator, DeleteProductController);
|
||||
V1Product.get(
|
||||
"/ProjectProducts/:projectId",
|
||||
"/ProjectProducts/:projectId/:versionId",
|
||||
tokenValidator,
|
||||
ProjectBasedProductsController
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user