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