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