From ecd0774318cbf43cc2b32bc80c9b8aef311dc809 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期三, 09 八月 2023 13:49:13 +0800
Subject: [PATCH] merge

---
 router/index.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/router/index.go b/router/index.go
index 8d830e5..1b0ecd3 100644
--- a/router/index.go
+++ b/router/index.go
@@ -175,6 +175,7 @@
 		InitInvoiceStatusRouter(PrivateGroup)
 		InitInvoiceTypeRouter(PrivateGroup)
 		InitCourierCompanyRouter(PrivateGroup)
+		InitProductRouter(PrivateGroup)
 
 	}
 	return Router

--
Gitblit v1.8.0