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