From 4e8d946913165901f25bb79add011d3c2df19792 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 11 八月 2023 14:30:29 +0800 Subject: [PATCH] fix --- router/index.go | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/router/index.go b/router/index.go index 5a5f1cb..1b0ecd3 100644 --- a/router/index.go +++ b/router/index.go @@ -175,6 +175,8 @@ InitInvoiceStatusRouter(PrivateGroup) InitInvoiceTypeRouter(PrivateGroup) InitCourierCompanyRouter(PrivateGroup) + InitProductRouter(PrivateGroup) + } return Router } -- Gitblit v1.8.0