router/index.go
@@ -70,6 +70,7 @@ DepartmentRouter SatisfactionRouter AssignRouter CollectionProjectionRouter } func InitRouter() *gin.Engine { @@ -176,7 +177,7 @@ InitInvoiceTypeRouter(PrivateGroup) InitCourierCompanyRouter(PrivateGroup) InitProductRouter(PrivateGroup) routerGroup.InitCollectionProjectionRouter(PrivateGroup) } return Router }