From c92534229c83436ffe9e6752209200dd70b77808 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期四, 17 八月 2023 19:19:44 +0800
Subject: [PATCH] add
---
router/index.go | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/router/index.go b/router/index.go
index bc3afe4..a85ca58 100644
--- a/router/index.go
+++ b/router/index.go
@@ -71,6 +71,7 @@
SatisfactionRouter
AssignRouter
CollectionProjectionRouter
+ ContactInformationRouter
}
func InitRouter() *gin.Engine {
@@ -177,7 +178,8 @@
InitInvoiceTypeRouter(PrivateGroup)
InitCourierCompanyRouter(PrivateGroup)
InitProductRouter(PrivateGroup)
- InitServiceCollectionPlanRouter(PrivateGroup)
+ routerGroup.InitCollectionProjectionRouter(PrivateGroup)
+ routerGroup.InitContactInformationRouter(PrivateGroup)
}
return Router
}
--
Gitblit v1.8.0